Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | emscripten port emscripten | Star Rauchenberger | 2023-11-02 | 1 | -0/+15 |
| | |||||
* | Modernized C++ a bit (and removed global highscores) HEAD master | Star Rauchenberger | 2023-11-02 | 1 | -87/+95 |
| | |||||
* | Formatted source code | Star Rauchenberger | 2023-11-02 | 1 | -117/+99 |
| | |||||
* | Whitespace changes | Kelly Rauchenberger | 2018-07-12 | 1 | -6/+6 |
| | |||||
* | Title of window changes to match level | Starla Insigna | 2013-08-28 | 1 | -3/+3 |
| | |||||
* | Added how to play | Starla Insigna | 2013-08-28 | 1 | -2/+90 |
| | |||||
* | Added highscore list viewing | Starla Insigna | 2013-08-28 | 1 | -1/+2 |
| | |||||
* | Added gameplay | Starla Insigna | 2013-08-27 | 1 | -6/+7 |
| | | | | Player cannot yet end their game | ||||
* | Started rewriting game from scratch with SDL2 | Starla Insigna | 2013-08-27 | 1 | -46/+38 |
| | | | | Only the title screen is currently implemented | ||||
* | Moved to an autoconf-based build system | Starla Insigna | 2013-08-25 | 1 | -2/+2 |
| | |||||
* | Replaced internal resources with external ones for compatibility | Starla Insigna | 2013-08-25 | 1 | -2/+2 |
| | |||||
* | Added global highscore list | Kelly Rauchenberger | 2009-11-08 | 1 | -2/+0 |
| | | | | | | | | | | | You can now view and submit highscores to the global highscore list. If the connection fails, you are allowed to retry sending it so your score is not lost. The actual global highscore list is a PHP file and MySQL database that will need to be uploaded to Four Island Other for this to work. Some other things were done. Because it was discovered that the frequent window caption changes were making Maze Of Life crash, they were removed and the player is now notified of their score by the level number appearing in 100 point font at the beginning of each level during the doneWorking stage. Also, a cheat was added that allows you to play the game in fullscreen if you press F4 on a supporting platform. The player is now also slightly faster. Closes #104 | ||||
* | Added local highscore list | Kelly Rauchenberger | 2009-10-18 | 1 | -4/+4 |
| | | | | | | | | 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 Choose Highscore List state | Kelly Rauchenberger | 2009-06-22 | 1 | -3/+5 |
| | | | | Refs #104 | ||||
* | Added cross compiliation | Kelly Rauchenberger | 2009-06-22 | 1 | -5/+2 |
| | |||||
* | Embedded images into executable file | Kelly Rauchenberger | 2009-06-20 | 1 | -2/+6 |
| | |||||
* | Added BMPs back | Kelly Rauchenberger | 2009-06-20 | 1 | -2/+2 |
| | |||||
* | Replaced bitmaps with PNGs | Kelly Rauchenberger | 2009-06-20 | 1 | -2/+2 |
| | |||||
* | Fixed solver wrapping issue | Kelly Rauchenberger | 2009-06-19 | 1 | -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 Play | Kelly Rauchenberger | 2009-06-19 | 1 | -1/+3 |
| | | | | Closes #103 | ||||
* | Added title screen | Kelly Rauchenberger | 2009-06-19 | 1 | -0/+47 |
Refs #103 |