Control your volume with this interactive snake game. Only runs on Windows (tested on Windows 10 64-bit).
- Up/left/down/right arrow keys move the snake.
- Enter/Escape exit the program.
- Eating a green pellet increases the volume.
- Eating a red pellet decreases the volume.
- Colliding with yourself mutes the volume and resets the game.
- Eating any pellet increases the snake's length.
It is written in C# using Visual Studio 2015. Just clone and build.
Download SnakeVolume.zip (291 KB)
Inspired by Reddit user /u/Jaeyuuji's post Volume Snake who in turn was inspired by this video. The code to actually change the volume was provided by StackOverflow user Paedow in response to this question.