Hey I just finished (or at least started to finish) a fairly entertaining little word game called Lexery.
Each round starts with a random five letter word (and some of them are very random).
To make you new word, you can:
* Add a letter
* Remove a letter
* Replace a letter
* Swap two letters
You may never reuse a word, and you are allowed a limited number of
'imaginary' as long as you make them using one of the moves listed above.
That's it. Try to make as many words as you can from the given word.
The title screen gives the following example:
grass => glass => lass => last => salt
Anyways, I haven't been able to package this up just yet, but there is a ruby gem and source available so if you want to try it either grab it from github:
http://github.com/adamsanderson/lexery/tree/masterOr once github has the gem built, you can install it with
gem install adamsanderson-lexery
Let me know what you think,
.adam