command line boggle.
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