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
- Host: GitHub
- URL: https://github.com/blakley/pygame-platformer
- Owner: Blakley
- Created: 2021-04-15T05:30:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-15T11:05:28.000Z (about 4 years ago)
- Last Synced: 2025-02-01T04:27:31.854Z (8 months ago)
- Topics: indiegame, platformer, pygame, python
- Language: Python
- Homepage:
- Size: 18.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pygame Platformer: Mazer
A simple tile-based 2D platformer built in Python using the Pygame moduleThere 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.
## Dependencies
Have Python installed then install the following
```
$ pip install pygame
```## Deployment
simply run the following
`python main.py`