I have a project: to create a small word finder game with Flex. The rules are simple: A word of more than seven letters is picked at random and you must find all the words of four or more letters from the letters of that word.
The first step was to find a good dictionary. I imported a word list with roughly 113,000 entries into a mysql database, and with a little help of regular expressions and looping php functions I've made the first step of my game: the back-end to pull the words. You can see below what I've done so far. No Flex-based interface and game yet, but I intend to use this php/mysql script as a back-end for the application:
Comments
Post new comment