-
Notifications
You must be signed in to change notification settings - Fork 0
matthew-elgart/Boggle
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published