Gravity Jump!
About
CREDITS: Huge thanks to Clear Code and his video on making a basic Platformer using pygame: https://www.youtube.com/watch?v=YWN8GcmJ-jA&t=175s&ab_channel=ClearCode
Many of the basic platforming concepts such as drawing the level, player movement, and collisions were done by following parts of this tutorial.
This is a short Platformer game I made for my Computer Science class. After the deadline, I really liked the idea so I polished it up and tried to make an executable for others to play.
The game is simple: get to the goal point without touching any spikes. The twist is that you're going to need to manipulate gravity to get there. There are 3 levels in total, each one harder than the last. The game counts your deaths for each level and shows you the total at the end. My current best is 20 deaths, see if you can beat it. Hope you have fun!
Side Note: I've had a lot of trouble getting these executables to work, so please let me know if the game isn't opening for you and whether you're using the mac or windows version.
Controls:
W (or up arrow) - Gravity up
S (or down arrow) - Gravity down
A (or left arrow) - Left
D (or right arrow) - Right
SPACE - Jump