Suggestion:
Why not use the function similar_text() to calculate the similarity percentage between the guess and the word, and have the word stay static for their guess, it's not likely to make the game easy but at least gives them some indication as to how close their getting.
Edit: If you wanted to go even further, you could use the soundex() function to further improve this.
Marc.
|