# Platformer World Written in python with pygame-ce. Created following [Clear Code's Tutorial](https://youtu.be/WViyCAa6yLI) I got the assets from Clear Code's [github repo](https://github.com/clear-code-projects/Super-Pirate-World.git). Made for HackClub Summer of Making 2025! ## Running: ```bash git clone https://github.com/Dekoder-py/PygamePlatformer PlatformerWorld cd PlatformerWorld pip install -r requirements.txt python3 -m code.main ``` #### Credits AI was used for some of the commit messages and to help debug some things. Everything else was done by me!