My first game using Monogame and programming a larger game!
In addition to coding the game, I also made all of the sprites.
What I learned:
- Programming in C#
- Object oriented game programming
- Managing and connecting scripts
For this project I made an endless runner game where you have to add snowballs under yourself in order to avoid smashing your head into the ceiling or the sides of platforms. It's inspired by the game Frosty Forever.
The platforms spawn at a random position and have a random size and amount of spikes. There is a cannon at the right side of the screen shooting snowballs at you at all times, when these snowballs hit you, you grow 1 snowball in height. The highscore is calculated by the distance traveled and by the amount of plushies collected during that run and is stored in an external .txt file.
My other game projects :