theovoss/BoggleSolver
Create an English dictionary and then eventually solve for all words on a boggle board
PythonMIT
Issues
- 0
- 1
split dictionary off into it's own repo so the same code can be re-used for scrabble and boggle without copying it.
#20 opened by theovoss - 0
- 2
Remove a word when it's already been found.
#15 opened by tealamore - 1
- 0
Create a blog on gh-pages for interesting things I come across while doing this project.
#17 opened by theovoss - 0
support multi-letter tiles
#19 opened by theovoss - 2
- 3
Compare with other libraries
#5 opened by theovoss - 1
Crash using CLI '--play' argument.
#18 opened by jacebrowning - 3
break solve up into smaller bits
#10 opened by theovoss - 7
Improve performance
#9 opened by theovoss - 2
Make solve work with multi-letter tiles
#12 opened by theovoss - 0
Add Documentation
#7 opened by theovoss - 0
Allow limiting length of word
#8 opened by theovoss - 0
Create a CLI
#2 opened by theovoss - 4
- 1
Solver may re-use letters
#1 opened by theovoss