Skip to content

jacksonsierra/Boggle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boggle

Implementation of the classic game Boggle. This was part of the third assignment submitted in Stanford's Programming Abstractions class.

The assignment focused on the actual implementation of the game, accurately tracking the scores, updating the UI, etc. rather than creating the UI itself, which was given. As such all edits are confined to the header and source files for 'Boggle' and 'boggleplay,' which represented the state of the game and the client used to update the UI, respectively.

The full spec is included under 'Assignment_04_Recursion.pdf' in the repository, pages 10-20.

About

Implementation of the classic game Boggle submitted as part of Stanford's Programming Abstractions class

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages