Prototype platformer game created in Python created using Pygame.
The game implements most major features of a standard platformer:
Colliding with an enemy or falling will cause the level to restart. If the player health reaches zero, the game over screen is displayed.
The level is complete once the final gem is collected. Currently only a single level is implemented, so this also ends the game.
Keyboard controls:
Mouse/trackpad controls (movement only):
When mouse/trackpad input is on, the corresponding keyboard controls are disabled. However, the other controls are always active.

