Skip to content

cs032-2017/boggle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

### Boggle

Boggle can be run on the command line by using ./run with the following arguments.

--generate                  - prints out a random board, then exits
--gui [--port <number>]     - launches gui at the specified port number or at default port 4567
--solve <board string>      - prints all legal words for the given board, then exits
--score <board string>      - plays boggle using the given board