A C++ GUI Boggle solver.


This C++ GUI I designed for fun. It is a recursive Boggle board Solver. It returns all english words that are solutions to any given boggle Board. This program does not need to install, just download it, Unzip it and run it. click here to download BoggleSolver.zip which contains the EXE and a textfile with 170,000 english words.




View Source code here:
Boggle.cpp
Boggle.h
Stack.cpp
Stack.h
game.cpp
UnJumble.cpp
UnJumble.h