Practice 2D Platformer
- 5 Devlogs
- 42 Total hours
This project is mainly just to earn hours from me practicing my python. I haven't learned too much python so this project is where I just make a bunch of 2D platformer games to practice.
This project is mainly just to earn hours from me practicing my python. I haven't learned too much python so this project is where I just make a bunch of 2D platformer games to practice.
Final devlog of the simple 2D platformer! I improved the pixel art and revamped the levels. The first 3 levels are dedicated to teaching the player the controls. I also added support to deploy it online.
4th devlog for my simple platformer. I added a couple more levels, currently they are way to hard, I will have to revisit them in the future. On top of that I added a sprint feature to the player. I also spent some more time on the graphics.
3rd devlog of this practice project! Added super simple enemies, a simple level creation option in the setting script, spikes, and better camera follow movement.
Added a few improvements to the platformer game. The camera now scrolls along with the player; I added collectable coins and a coin counter, and made it so that the player respawns when they fall off the platform.
Just finished my first practice platformer. It is super simple, which was intended. I didn’t want it to be anything complicated, just some simple python practice.