A simple tile-based 2D platformer built in Python using the Pygame module
There are 3 levels that the player must complete in order to win the game. Each level has a 30 second timer. If you fail to complete the level before the time runs out, you must restart that level.
Have Python installed then install the following
$ pip install pygame
simply run the following
python main.py