Boggle Web Game

Javascript Game

My implementation of web-based Boggle was made for my younger self who loved word games. I wanted to make a more interactive version of the game with the same feel as the original game.

Tools

Duration

Documentation




Building Boggle

I wanted to recreate the experience of boggle in a web game. So, I modeled the cubes after my own Boggle game's cubes, and I implemented the scoring and word-building systems according to the original Boggle rules.

I made a 3-minute timer which can be paused, but if it is paused the cubes are hidden (so that you don't cheat!). Words are created by dragging the mouse over the cubes, and are scored if they are a dictionary word or marked if they are a duplicate or not a word. At the end of the game, a screen overlays the game screen with the player's score and a randomized silly message.

Note: Boggle is a registered trademark of Hasbro and not a game of my own creation.