Skip to content

kbichave/python-boggle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Boggle for grid of any size

This work, finds words that can be formed by a sequence of adjacent (top, bottom, left, right, diagonal) letters using a dictionary of words words.txt.

To run this code:

$ python boggle.py --width=5 --height=5

Arguments: --width: Number of letters in a row of grid. --height: Number of letters in a column of grid. --info: Display info messages. --debug: Display debug messages.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages