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.
- Host: GitHub
- URL: https://github.com/pythonarcade/community-platformer
- Owner: pythonarcade
- License: mit
- Created: 2021-08-18T01:37:58.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-01T01:29:23.000Z (over 4 years ago)
- Last Synced: 2025-03-22T09:11:16.430Z (10 months ago)
- Language: Python
- Size: 1000 KB
- Stars: 6
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)