A fun 2D platformer game built with Pygame. Jump, run, and explore!
- Classic platformer movement (run, jump)
- Obstacles
- Prerequisites:
pip install pygame
- Clone the repository :
git clone https://github.com/wldoooon/2d_platformer.git cd 2d_platformer - Run the game:
# Example for Python python main.py
Controls:
- ⬅️ : Move Left
- ➡️ : Move Right
- Space : Jump
.
