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

https://github.com/t-88/platformer-demo

getting a 2d platformer game out of my system
https://github.com/t-88/platformer-demo

Last synced: 2 months ago
JSON representation

getting a 2d platformer game out of my system

Awesome Lists containing this project

README

        

# Pygame Platformer Demo
a basic 2d platformer game, been trying to finish one for years, and i always end up over complicating it.
i am happy its out of system now :)

# Quick Start
```
$ pip install -r requirements.txt
$ python3 main.py
```
# Preview