The game grid is a square 5 x 5, 6 x 6, or 7 x 7 sized grid, where the words given by the player are displayed according to different colors, like in "Mastermind" game.
![]() | The "orange" color means that the letter exists at a good place in the word. The "yellow" color means that the letter exists at a bad place in the word. The "white" color means that the letter does not exist in the word. The "gray" color means that the word proposed by the player does not exist in the dictionary. |
Another grid, placed under the game grid, allows the player to type a word.
![]() | 5, 6, or 7 attempts are allowed if the grid size is 5 x 5, 6 x 6, or 7 x 7. |