gui199 / community-platformer

Open Source platformer created using Python with the Arcade library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Python Arcade Community Platformer

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).

Running

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

Contributing

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

About

Open Source platformer created using Python with the Arcade library.

License:MIT License


Languages

Language:Python 100.0%