Skip to content

albertcrowley/boggle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

boggle

command line boggle.

usage

This is an boggle game for the command line.

Assuming you have python and git installed:

Open up your command line interface and move into the directory you want to clone boggle into. Then, run the following commands:

$ git clone git@github.com:n-s-f/boggle.git
$ cd boggle
$ python boggle.py 
a e o e r
l o t e t
e d r a e
s q s m s
s a l p o
Type 'done!' when finished or 'board!' to reprint board.
Enter word: lot
Enter word: sqs
Enter word: zzz
Enter word: board!
a e o e r
l o t e t
e d r a e
s q s m s
s a l p o
Enter word: done!
Here are your results:
lot 3
sqs not in dictionary
zzz not on board
Score:  3

About

command line boggle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%