Code cleanup and documentation
This commit is contained in:
		
							
								
								
									
										8
									
								
								snake.h
									
									
									
									
									
								
							
							
						
						
									
										8
									
								
								snake.h
									
									
									
									
									
								
							| @@ -1,7 +1,7 @@ | ||||
| /* | ||||
|  * Created by snapshot112 on 10/15/25. | ||||
|  * Created by snapshot112 on 15/10/2025 | ||||
|  * | ||||
|  * 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 snake(); | ||||
|  */ | ||||
| @@ -10,7 +10,7 @@ | ||||
| #define MINIGAME_MENU_SNAKE_H | ||||
|  | ||||
| /* | ||||
|  * A game of snake configured to run on the grid game engine. | ||||
|  * A game of snake build on the grid game engine. | ||||
|  * | ||||
|  * Please make sure to include and initialize the game engine before calling snake(); | ||||
|  * | ||||
| @@ -19,7 +19,7 @@ | ||||
|  * | ||||
|  * Controls: | ||||
|  * Use WSAD or arrow keys to redirect the snake. | ||||
|  * Use BACKSPACE to exit the game early. | ||||
|  * Use BACKSPACE or ESCAPE to exit the game early. | ||||
|  */ | ||||
| void snake(void); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user