Code cleanup and documentation
This commit is contained in:
		| @@ -1,9 +1,11 @@ | ||||
| /* | ||||
|  * Created by snapshot112 on 6/10/2025 | ||||
|  * | ||||
|  * Naam: Jeroen Boxhoorn | ||||
|  * UvAnetID: 16333969 | ||||
|  * Studie: BSc Informatica | ||||
|  * Studie: BSC Informatica | ||||
|  * | ||||
|  * A game of maze runner configured to run on the grid game engine. | ||||
|  * A game of maze runner build on the grid game engine. | ||||
|  * | ||||
|  * Please make sure to include and initialize the game engine before calling maze_runner(); | ||||
|  * | ||||
| @@ -23,7 +25,7 @@ | ||||
| #define MINIGAME_MENU_MAZE_RUNNER_H | ||||
|  | ||||
| /* | ||||
|  * A game of maze runner configured to run on the grid game engine. | ||||
|  * A game of maze runner build on the grid game engine. | ||||
|  * | ||||
|  * Please make sure to include and initialize the game engine before calling maze_runner(); | ||||
|  * | ||||
| @@ -32,7 +34,7 @@ | ||||
|  * | ||||
|  * Controls: | ||||
|  * use WSAD or arrow keys to move through the maze. | ||||
|  * Use BACKSPACE to exit the game early. | ||||
|  * Use BACKSPACE or ESCAPE to exit the game early. | ||||
|  */ | ||||
| void maze_runner(void); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user