summary refs log tree commit diff stats
path: root/titlestate.h
Commit message (Collapse)AuthorAgeFilesLines
* Modernized C++ a bit (and removed global highscores) HEAD masterStar Rauchenberger2023-11-021-8/+31
|
* Formatted source codeStar Rauchenberger2023-11-021-6/+7
|
* Title of window changes to match levelStarla Insigna2013-08-281-3/+3
|
* Added how to playStarla Insigna2013-08-281-0/+10
|
* Started rewriting game from scratch with SDL2Starla Insigna2013-08-271-9/+5
| | | | Only the title screen is currently implemented
* Added local highscore listKelly Rauchenberger2009-10-181-1/+1
| | | | | | | | 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
* Added title screenKelly Rauchenberger2009-06-191-0/+16
Refs #103