Skip to content

brnbrns/BoggleSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BoggleSolver

This Java application is intended to solve Boggle-style game boards. It should be able to output all valid words based on a given dictionary in minimal time.

If you're unfamiliar with the game, here are the rules.

Using the GUI, the board size and content can be entered, a dictionary selected, and the game solved.

The dictionary file should have one word per line. A sample file is included.

A 'Q' entered on the game board is interpreted as 'Qu', as in standard Boggle.

About

A Java project aimed at solving Boggle-style game boards

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages