- The game consists of a dynamic grid where you need to guess a hidden word.
- You have multiple attempts to guess the word correctly.
- Each time you make a guess, the letters in your guess will be color-coded to provide feedback:
- A letter in green means it's in the correct position in the word.
- A letter in yellow means it's in the word but in the wrong position.
- A letter in gray means it's not in the word at all.
- A word in red means the word could not be found.
- Based on the feedback from your previous guess, you can refine your next guesses to narrow down the possibilities.
- The objective is to guess the target word correctly within the given number of attempts.
- The grid size can be increased by clicking on the
increase
button or decreased by clicking on the decrease
button.
- By clicking on the icon, you can review these rules.