The game challenges you to create a password based on a set of selected rules. You start typing in the input box, and the rules will be displayed one by one. Your password must satisfy all the rules to win the game.
The timer begins when you start typing your password. It indicates the total time you have taken to complete the game.
A rule is considered successful once your password satisfies the criteria mentioned in the rule. A tick ✔️ is shown next to a rule once it's successfully met by your password.
The game selects 20 rules randomly for each game. The selection is seeded, which means for the same game ID, you will get the same set of rules.
The 'seed' is used to initialize the pseudorandom number generator in the game. It helps to reproduce the same sequence of rules for a specific game ID.
Once all rules are satisfied, the game ends and your total time to complete the game will be displayed.
A new game puzzle is available every day with a new set of rules and conditions.