In this 2D platformer your goal is to reach the top of the level while using the challenging movement mechanics with only 2 keys, the Up Arrow to jump and the Down Arrow to change directions. You start the game with 10 hearts and each time you hit a spike you lose one, once you've lost all your hearts you will have to restart. This game idea has been heavily inspired by the games Jump King and Getting Over It because of their hard but simple movement mechanics.
Software - Unity, GitHub
Language - C#
Team size - 1 person
The player constantly moves to one direction but the direction of which way you move can be changed by pressing the down arrow
Jumping works by checking if there already is y velocity and if there isn't and you press the up arrow you jump.
You've 10 hearts which you lose when you hit a spike. once your hearts are all gone you die and the level restarts.