boggle-solver
Here are 49 public repositories matching this topic...
A Python3 program that plays and solves Boggle. Utilizes a Trie data structure for fast indexing of a given dictionary. You won't lose family game night again with this handy program.
-
Updated
Jan 3, 2021 - Python
A program that solves boards from the word game Boggle
-
Updated
Dec 18, 2023 - Python
Set of algorithms written in Python to solve problem such as "boggle solver", "Conference Track Management" and "Trains Problem".
-
Updated
Dec 31, 2014 - Python
Boggle Solver Program- Python program to solve a Boggle game, with a simple command line interface. CLI using the Blessed Library.
-
Updated
Jul 3, 2021 - Python
Generates all possible combinations of words in a given 2D matrix, and verifies those words with a given dictionary using Trie - part of graph theory coursework
-
Updated
Feb 2, 2018 - C++
Utility script to solve Word Brain/Word Up/any Boogle-type derivative.
-
Updated
Dec 24, 2020 - Python
Solves 4x4 Word Hunt (Boggle) boards and can automatically input them on an iPad.
-
Updated
Jan 3, 2023 - HTML
Implementation of a Boggle word game solver using DFS to search the board and a Trie data structure to store a dictionary of valid words.
-
Updated
Jul 5, 2021 - Python
Boggle board game coded in Ocaml for school (senior year)
-
Updated
May 31, 2018 - OCaml
Flask web app for solving Boggle
-
Updated
Aug 1, 2024 - JavaScript
Solver for the grid word game
-
Updated
Mar 5, 2023 - JavaScript
A python implementation of Boggle with a focus on graph theory algorithms for efficient solving
-
Updated
May 6, 2022 - Python
Simple Boggle generator and solver
-
Updated
Oct 2, 2022 - C++
Rust Boggle Solver
-
Updated
Mar 29, 2017 - Rust
A command line boggle board solver for n-dimensional boggle boards.
-
Updated
Feb 3, 2022 - Rust
Improve this page
Add a description, image, and links to the boggle-solver topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the boggle-solver topic, visit your repo's landing page and select "manage topics."