Word search |
|
-:--:-- |
CLOSE
The board is a 12 x 12 cell grid with different letters, where you have to find "hidden" words:
I | A | W | R | I | K | I | I | I |
K | A | W | W | K | A | I | R | R |
K | A | I | R | K | N | I | W | I |
A | K | I | W | I | A | N | N | I |
W | K | N | K | W | N | I | I | I |
I | K | W | R | I | N | N | N | N |
As you can see in this image, the words can be written like this:
Although the word KIWI appears repeated in this image, in the game there is always a set of 8 different words hidden.
Above the grid we find the list of words to find in the grid. For example:
As we find each of those words, they will be crossed out on the list.
Note: it is very important that you choose your language well. That in this game affects not only the interface buttons but also the hidden words.
At the top right there is a stopwatch measuring the time we have been playing the current game:
0:17:49
The counter starts when the button Reset is pressed. It is not updated second by second to save CPU consumption and not to stress the player. It updates when you find a word.
Your best time will be recorded below the grid, game by game.
CLOSE