| 
									
										
										
										
											2025-10-16 01:10:09 +02:00
										 |  |  | /*
 | 
					
						
							| 
									
										
										
										
											2025-10-18 21:35:01 +02:00
										 |  |  |  * Created by snapshot112 on 15/10/2025 | 
					
						
							| 
									
										
										
										
											2025-10-16 01:10:09 +02:00
										 |  |  |  * | 
					
						
							| 
									
										
										
										
											2025-10-18 21:35:01 +02:00
										 |  |  |  * A game of maze runner build on the grid game engine. | 
					
						
							| 
									
										
										
										
											2025-10-16 01:10:09 +02:00
										 |  |  |  * | 
					
						
							|  |  |  |  * Please make sure to include and initialize the game engine before calling snake(); | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #ifndef MINIGAME_MENU_SNAKE_H
 | 
					
						
							|  |  |  | #define MINIGAME_MENU_SNAKE_H
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /*
 | 
					
						
							| 
									
										
										
										
											2025-10-18 21:35:01 +02:00
										 |  |  |  * A game of snake build on the grid game engine. | 
					
						
							| 
									
										
										
										
											2025-10-16 01:10:09 +02:00
										 |  |  |  * | 
					
						
							|  |  |  |  * Please make sure to include and initialize the game engine before calling snake(); | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * Side Effects: | 
					
						
							|  |  |  |  * Clears the console and uses it to play a game of snake. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * Controls: | 
					
						
							|  |  |  |  * Use WSAD or arrow keys to redirect the snake. | 
					
						
							| 
									
										
										
										
											2025-10-18 21:35:01 +02:00
										 |  |  |  * Use BACKSPACE or ESCAPE to exit the game early. | 
					
						
							| 
									
										
										
										
											2025-10-16 01:10:09 +02:00
										 |  |  |  */ | 
					
						
							|  |  |  | void snake(void); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #endif //MINIGAME_MENU_SNAKE_H
 |