top of page

Snake Game- Visual Studio C++​

This is my first game that I have ever coded in C++, it is a Snake Game where the snake is underwater and has collectables randomly spawning which give random scores and based on how much score you get from a collectable, that's how much the snake grows by. Also, you need to go above the water level in order to breathe in otherwise you lose; and when the water reaches the bottom the game ends.

snakegame2.png
snakegame3.png
github.png
bottom of page