A side-scrolling pixel art platformer prototype built in Tkinter (Python).
This project includes animated characters, WASD movement, jumping, and basic mouse-based attack functionality.
This project was discontinued due to performance limitations with the Tkinter library, which struggled to efficiently render a large number of animated sprites in real-time.
- WASD movement:
- W: Jump
- A/D: Move left/right
- Mouse controls:
- Left Click: Primary attack
- Right Click: Secondary attack
- Middle Click: Special/alternate action
- Multiple character animations for:
- Idle
- Walking
- Jumping
- Attacking
- Enemy sprite support
- Background and environmental elements
This project features art from the following incredible creators:
- Martial Hero — LuizMelo
- Martial Hero 2 — Luiz Melo
- Medieval King Pack 2 — LuizMelo
- Evil Wizard 2 — LuizMelo
- Loreon Knight Character — sanctumpixel
- Sword Skeleton Character — sanctumpixel
- Imp Axe Demon Character — sanctumpixel
- Free Pixel Art Forest — edermunizz
All asset copyrights belong to their respective creators.
- Make sure you have Python 3 installed.
- Run the main Python file:
python src/main.py