Word game and used words
I'm busy with a word game but I have a problem. How do I make a system that you can't use words that you already used? For the word game I use this system: http://gshelper.com/600000-word-checker-free-demo/
Answers
Well you could do it with writable tables..
Then in the same code you check for correct words also check to see if UsedWords contains the presently active word.