Skip to content

Aaronschristo/jumpper_bro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🤸‍♂️ Jumpper Bro: A Simple Jumping Game

Python Badge Status Badge

A classic, simple 2D platformer/jumping game created as a personal project to practice game development fundamentals using Python.


🕹️ About the Project

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.

▶️ Getting Started

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.

Prerequisites

  1. Python: Ensure you have Python 3.x installed.
  2. Dependencies: You will likely need pygame.

Installation & Run

  1. Clone the repository:

    git clone [https://github.com/Aaronschristo/jumpper_bro.git](https://github.com/Aaronschristo/jumpper_bro.git)
    cd jumpper_bro
  2. Install dependencies (Pygame):

    pip install pygame
  3. Run the game:

    python game.py

🎮 How to Play

Avoid the obstacles by jumping.

  • Jump: Press the Spacebar.

💡 Status & Future

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.

👤 Author

Aaron S Christo


This project is a personal creation. I am not accepting contributions at this time. Thank you for checking out my work!

About

A simple jumping game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages