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

https://github.com/pythonarcade/community-platformer

Open Source platformer created using Python with the Arcade library.
https://github.com/pythonarcade/community-platformer

Last synced: 9 months ago
JSON representation

Open Source platformer created using Python with the Arcade library.

Awesome Lists containing this project

README

          

# 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](https://www.mapeditor.org/)
* All code is written in Python(and maybe some GLSL for some shaders)
* Libraries used: [Arcade](https://api.arcade.academy/en/latest/), [Pyglet](http://pyglet.org/), [PyTiled Parser](https://pypi.org/project/pytiled-parser/)
* All assets are provided from [Kenney](https://kenney.nl) 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](https://api.arcade.academy/en/latest) or join our [discord](https://discord.com/invite/ZjGDqMp)