summary refs log tree commit diff stats
path: root/highscore.h
Commit message (Collapse)AuthorAgeFilesLines
* Modernized C++ a bit (and removed global highscores) HEAD masterStar Rauchenberger2023-11-021-8/+13
|
* Formatted source codeStar Rauchenberger2023-11-021-10/+10
|
* Added local highscore listKelly Rauchenberger2009-10-181-0/+18
You can now view and add to a local highscore list. A change to State was necessary due to how the user's name would be entered into the highscore list and thus all states have been modified. Refs #104