The number of guesses left is displayed under the guess input box. The guess form disappears once the max number of guesses is hit. The global NUMBER_OF_GUESSES_PER_PUZZLE can be set in hunt.config.ts. Server-side validation is necessary for synchronization.
The number of guesses left is displayed under the guess input box. The guess form disappears once the max number of guesses is hit. The global NUMBER_OF_GUESSES_PER_PUZZLE can be set in hunt.config.ts. Server-side validation is necessary for synchronization.