Skip to content

Open Source platformer created using Python with the Arcade library.

License

Notifications You must be signed in to change notification settings

pythonarcade/community-platformer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages