summary refs log tree commit diff stats
path: root/titlestate.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Replaced bitmaps with PNGsKelly Rauchenberger2009-06-201-2/+2
|
* Fixed solver wrapping issueKelly Rauchenberger2009-06-191-0/+2
| | | | Previously, the generated mazes didn't wrap and it would be very difficult to wrap. This has been fixed. Plus, titles have been added to all states and the "gameSleep" variable has been removed due to it's not-usefulness.
* Added How To PlayKelly Rauchenberger2009-06-191-1/+3
| | | | Closes #103
* Added title screenKelly Rauchenberger2009-06-191-0/+47
Refs #103