Skip to content

Noezor/boggle_solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boggle Solver

This solver accepts big boggle grids, and returns the playable words.

python3 solve.py -s yourstring

Example

Grid : a e l k e w r t s m n y i u l j

python3 solve.py -s aelkewrtsmnyiulj

Warning :

  • The dictionnary used is not an official dictionnary of valid words. There may be some missing words, or words displayed as "valid" which do not exist.
  • For now, the game only works in French, but it should be easy to extend using new dictionaries.

Requirements

python 3.6+ numpy

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages