Simple Boggle generator and solver
-
Updated
Oct 2, 2022 - C++
Simple Boggle generator and solver
An interpretation of the 'Boggle' game using 'tkinter' package
Generate random Boggle worksheets (with solutions)
Implementation of the Boggle Solver using tries. Uses a stack to implement a Depth First Traversal through all the neighboring points on the boggle board to find valid words from the dictionary. This boggle board works for any M x M board.
This project creates a boggle game and has a solver for each boggle board.
Generate random Boggle worksheets (with solutions)
A website that is a Boggle board displayer, with randomly generated letters in a random order.
Add a description, image, and links to the boggle-board topic page so that developers can more easily learn about it.
To associate your repository with the boggle-board topic, visit your repo's landing page and select "manage topics."