An open API service indexing awesome lists of open source software.

https://github.com/bdrupieski/bogglesolver

3D Boggle solver in C#
https://github.com/bdrupieski/bogglesolver

boggle-solver c-sharp trie

Last synced: 11 months ago
JSON representation

3D Boggle solver in C#

Awesome Lists containing this project

README

          

A solver for the game Boggle. It can handle boards up to 3 dimensions.

'q' and 'u' are treated as separate characters in this solver unlike the real game. It also can't handle words with snowmen (U+2603) in them since this character is used internally by the Trie implementation to determine if a particular path is a word or not.

It uses the 12dicts 2of4brif word list of ~60,000 words obtained from http://wordlist.sourceforge.net/