[email protected] is an online boggle game free software.
It is written in java and works on all platforms where a jre is installed.
It works in a decentralized way: everybody can start a server (@home or @own server)
There is only a french version yet, looking for an english
... [More] grid+dictionnary+translation.
Get involved on http://codingteam.net/project/baggle [Less]
Uhhh... not to much to say here, input your boggle board (currently only supports the standard 4x4 board) as a string of 16 characters and it finds all the words found in the dictionary you specify.
python BoggleSolve.py -b erwtghuaplozdeaa
Or you can have it generate a random board by seeding
... [More] it with some random string:
python BoggleSolve.py -c ohmamamia1234
The random boards that are generated will always be boards which could possibly exist based on the dice in the real Boggle game, however the system does not check whether or not the boards which you input are possible real world Boggle boards.
I believe the dictionary I included with this is the standard unix /usr/share/dict/words, but I forget. [Less]
This site uses cookies to give you the best possible experience.
By using the site, you consent to our use of cookies.
For more information, please see our
Privacy Policy