A classic, simple 2D platformer/jumping game created as a personal project to practice game development fundamentals using Python.
Jumper Bro is a lightweight, endless runner or single-level jumping game designed for simplicity and fun. It features:
- Pixel-art style graphics.
- Simple, responsive controls.
- Custom audio and font assets included in the repository.
This project was developed primarily to learn and solidify core concepts of game loop management, collision detection, and asset integration in Python.
Since this is a Python-based game, you'll need Python installed on your system. It is highly likely this game uses the popular Pygame library.
- Python: Ensure you have Python 3.x installed.
- Dependencies: You will likely need
pygame.
-
Clone the repository:
git clone [https://github.com/Aaronschristo/jumpper_bro.git](https://github.com/Aaronschristo/jumpper_bro.git) cd jumpper_bro -
Install dependencies (Pygame):
pip install pygame
-
Run the game:
python game.py
Avoid the obstacles by jumping.
- Jump: Press the Spacebar.
This project is currently considered complete and serves its purpose as a portfolio piece and a personal achievement.
- No active feature development is planned.
- This repository is maintained for archival and demonstration purposes only.
Aaron S Christo
This project is a personal creation. I am not accepting contributions at this time. Thank you for checking out my work!