Codeword Unlimited
Description
Codeword is a word game played on a grid with numbers (usually from 1 to 26). The player must find out which number corresponds to which alphabet letter, so the grid reveals its hidden words. When solved, the grid is like a crossword puzzle (but with no clues).
This implementation allows the player to select how many letters will be revealed at the beginning of the puzzle, the size of the grid, and the difficulty level of the words to be used. The game then generates a puzzle on the fly, from an user-selected dictionary (choices include English, Spanish, Portuguese, Russian, Arabic, French, German, French, and many others). If the device has an internet connection, the game can even show the dictionary definition of the words used in a puzzle. A difficulty level is assigned based on the generated puzzle, and time-based high-score lists are available in each level (both locally and for online leaderboards).



