This is an open source platformer game.
- Everything is open-source under the permissive MIT license.
- Maps are made with Tiled Map Editor
- All code is written in Python(and maybe some GLSL for some shaders)
- Libraries used: Arcade, Pyglet, PyTiled Parser
- All assets are provided from Kenney under a public domain license(check these out for your own project, they're free and really high quality).
Clone the project from Github, and then run the below command to install dependencies:
pip install -e .
Then use the below command to start it:
python -m platformer
Pull requests or suggestions for new features and improvements are welcome! If you want to get more involved with the Arcade or join our discord