[Dancer-users] Dancer implementation of Boggle word game
Nathan Marley
nathan.marley at gmail.com
Thu Jul 5 02:42:50 CEST 2012
Hello fellow Dancer devs!
For anyone familiar with the word game Boggle (
http://en.wikipedia.org/w/index.php?title=Boggle&oldid=496588593), I have
implemented a very basic version in Dancer, which can be found here:
https://github.com/nmarley/BoggleGame-Dancer
It uses the Dancer::Plugin::Ajax and jQuery for the word list. It isn't
multiplayer (yet), and doesn't validate any words.
Other TO-DOs include to add a timer, to add grid validation (see if the
word actually exists in the grid), and to lookup which user-supplied words
are actual words in the English language (or any other language — different
language dictionaries could be another feature).
Code is here (https://github.com/nmarley) feel free to fork it on github
and comment/update.
Regards,
Nathan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.backup-manager.org/pipermail/dancer-users/attachments/20120704/49bacc52/attachment.htm>
More information about the Dancer-users
mailing list