Skip to content

matthew-elgart/Boggle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boggle Assignment

Runs a game of Boggle on a GUI that can be played by the user against a computer opponent.
The board is randomly generated, and the compute rcan play in one of two ways:
the "lexicon first" method recurses across the board for each word in the given lexicon to
check if it is on the board, and the "board first" method covers the board with recursive
backtracking to see if its progress constitutes a prefix or a word in the lexicon.

About

Java- Game of Boggle on a GUI against a computer opponent

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages