This is an implementation of the Boggle game from Parker Brothers.
It runs in a browser using HTML and Javascript. Most of the project is written in CoffeeScript, which compiles to Javascript. I also use jQuery and the underscore library.
It is a single-player game without scoring. It is really just done as an academic exercise. If you are looking for a full-featured online game, keep googling!
To try this out:
git clone git://github.com/showell/Boggle--coffeescript-.git cd Boggle--coffeescript-/ && open boggle.htm