Information | How to play | Download | Dictionary File


Boggle


Information

This is a single-player version of a popular word game called Boggle. It is implemented as a Java application that you can download if you have Java installed on your system.

The board arrangement is random, so some games will contain more words than others.



How to play

The aim is to make as many different words that you can from the grid shown. Words must be in a dictionary and have three letters or more.

You can use letters on tiles that are next to each other, or on a diagonal, but you cannot use the same tile more than once.


You should be able to beat the computer occasionally, as it only has a limited vocabulary (see the dictionary section if you want to improve this).

Unlike the original game, there is no three-minute time limit.



Download

Requirements:

Download the ZIP file, uncompress it to a directory of your choice and run Boggle (either double-click on Boggle.jar, or from the command-line type 'java -jar Boggle.jar'.

Download Boggle Now (ZIP file, 31Kb)



Dictionary file

Boggle compares the words that it finds to those in the file 'dictionary.txt' in order to solve them. This version of the dictionary file contains 9704 words, none longer than six letters.

If you want to make the computer smarter, either edit the dictionary.txt file to add more words yourself, or get a much larger list of words from somewhere (the internet?) and copy your list over the top of Boggle's dictionary file.

In principle, it should be possible to make Boggle work in different languages by changing the dictionary file. I'd be very interested to know if anyone actually manages to achieve this.

top

18th June 2001