Program to find words on a given Boggle board for school EPQ.
  • Python 65.2%
  • HTML 34.8%
Find a file
2019-07-27 22:45:52 +01:00
bin Add script 2019-07-27 20:49:04 +01:00
boggle_solver flup 2019-07-27 22:45:52 +01:00
.gitignore Initial commit 2017-04-23 17:02:41 +01:00
dictionary.txt Replaced old dictonary with new scrabble dictionary 2017-06-21 15:29:03 +01:00
importToDictionary.py Replaced old dictonary with new scrabble dictionary 2017-06-21 15:29:03 +01:00
MANIFEST.in Add manifest 2019-07-27 21:01:03 +01:00
README.md Fixed heading 2017-06-21 14:34:14 +01:00
requirements.txt flup 2019-07-27 22:45:52 +01:00
setup.py flup 2019-07-27 22:45:52 +01:00

Boggle Solver

A program written in Python, with an HTML/Javascript front end capable of finding all the words on a Boggle board, written for my school EPQ.