summary refs log tree commit diff stats
path: root/mazeoflife.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Added local highscore listKelly Rauchenberger2009-10-181-2/+35
| | | | | | | | 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 tick delayKelly Rauchenberger2009-06-221-4/+10
|
* Added iconKelly Rauchenberger2009-06-221-0/+4
|
* Fixed solver wrapping issueKelly Rauchenberger2009-06-191-8/+0
| | | | 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.
* Removed need for DummyStateKelly Rauchenberger2009-06-191-1/+1
|
* Added title screenKelly Rauchenberger2009-06-191-1/+7
| | | | Refs #103
* Backed out changeset 9cb52f41967cKelly Rauchenberger2009-06-191-0/+90
| | | | 'Twas a bad idea
* Added GNU configure stuffKelly Rauchenberger2009-06-191-90/+0
|
* Added levelsKelly Rauchenberger2009-06-181-1/+2
|
* Wrote Life solverKelly Rauchenberger2009-06-181-1/+1
|
* Added Level classKelly Rauchenberger2009-06-181-2/+4
|
* Started Board classKelly Rauchenberger2009-06-181-2/+26
|
* Added movementKelly Rauchenberger2009-06-181-1/+6
|
* Created baseKelly Rauchenberger2009-06-181-0/+58