Do you like word games? Today’s game tests your vocabulary skills in English. It uses English words, based on the dictionary arrangements at its (web) server. Maybe it would be a good game to help improve English vocabulary skills.
Programmers often use Linux dictionary files as a means to get a word list, and that list could be in any language, and for ours it is English, so to make it for another language, change the code inside the file_get_contents() calls in threetosixword.php
This game has two parts to it for PHP and Javascript to respectively create the three to six letter word grid words to use (an easy iframe usage and a more difficult iframe usage) and arrange the user interaction.
Hopefully you can figure the rules when you click the picture above for a live run, in that you are asked to supply the missing letters in the word grids presented to you, by clicking on an unsolved word grid letter. You score if you complete the word grid, but be warned, without “peeking”, it is not easy.
A big thanks goes to wordplay|com for help with the clues. This website contains amazing ideas.
And yet another thank you to The Free Dictionary for its great online presence as a dictionary resource, for the functionality to point at a completed (coloured box) word, for its dictionary meaning (where it can … some words are a tad too esoteric … but am about to warn you it could be hard). The image map “click parts of the picture” vocabulary ESL tutorials at this blog use the same resource to explain dictionary information about clicked on “things”.
Anyway, see how you go with this very challenging three to six letter word grid (like a crossword) game!
Here is a link to some downloadable PHP (with Javascript) programming code you could rename to threetosixword.php supervised by HTML programming source code threetosixword.html
If this was interesting you may be interested in this too.