Loading...
-
You have five tries to guess the six-digit passcode.
-
For each guess, if a tile turns green, the digit is
correct and in the correct spot. If a tile turns
yellow, the digit is in the passcode, but not in the
correct spot. If a tile turns black, the digit is not in the
passcode.
-
Each guess also shows the sum of the error between your guess's
digits, and the passcode's digits. The error is the positive
difference of two numbers. For example:
Guess: 7 6 5 4 3 2
Code: 1 2 3 4 5 6
Diff: 6 4 2 0 2 4
Can you crack the passcode? A new puzzle is released at
8:00 P.M. local time every day.
App created by Eddy Zhao (eddyzow). Credits to Josh Wardle for Wordle,
the inspiration for this project. Credits for Daniel Ren for explaining
the rules of Passcode better than I could.
Check out my projects!