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
- Host: GitHub
- URL: https://github.com/t-88/platformer-demo
- Owner: t-88
- Created: 2024-05-03T10:11:41.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-03T10:20:07.000Z (about 1 year ago)
- Last Synced: 2025-02-01T23:44:51.420Z (4 months ago)
- Language: Python
- Size: 558 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
![]()