Tuesday, December 22, 2009

Boggle - Fun with JQuery

I've gotten my first JQuery application running. It's a boggle clone.

The dictionary is taken from hunspell. The Hunspell dictionary as it is, didn't allow me to search on the start of a word, only the whole word. So, to ensure that the board could be solved within a human lifetime, I only searched the words up to seven letters in length.

The timer counts down, but never actually stops.

It might be fun at some point to make it player versus player, and to have words longer than 7 letters.