An open API service indexing awesome lists of open source software.

https://github.com/blakley/pygame-platformer

A Python 2D platformer game
https://github.com/blakley/pygame-platformer

indiegame platformer pygame python

Last synced: 6 months ago
JSON representation

A Python 2D platformer game

Awesome Lists containing this project

README

          

# Pygame Platformer: Mazer
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.

![GAME](https://media.giphy.com/media/MkJp69Sf93VOiXXmNV/giphy.gif)

## Dependencies

Have Python installed then install the following
```
$ pip install pygame
```

## Deployment
simply run the following
`python main.py`