# SnakeGameUnity **Repository Path**: OSD/SnakeGameUnity ## Basic Information - **Project Name**: SnakeGameUnity - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-19 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SnakeGameUnity WITHIN THE SNAKE FOLDER WITHIN THIS REPO IS A ZIP FOLDER THAT CONTAINS THE UNITY APPLICATION FOR THIS GAME This Snake game was made using C# and Unity while using the CodeMonkey & CodeMonkey.Utils libraries from @CodeMonkey. You control the snake using the arrow keys to eat food to grow the snake longer. Running into the walls will wrap you to the opposite wall. You cannot run into your own body or the game is over! The game implements a Main Menu screen with 3 buttons (Play, How To Play, & Quit). The "Play" button leads to the Snake game. The "How To Play" button shows a screen in which tells the user how to play the game. The "Quit" button quits the game. When playing the game, you can pause the game by pressing the "Esc" button to pause the game. From there you can Resume game or go back to the Main Menu. When your game is over, a "Retry" button appears on the screen to reset the game. Enjoy!