Skip to content

DJ-LP/2D-Jump-and-Run

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

2D Jump and Run with Level Progression

A simple 2D jump-and-run game built in Python using the Pygame library. The player must navigate platforms by jumping and moving to reach the goal and advance to the next level.

🕹️ Features

• Platform Mechanics: The player can move on and jump between platforms.

• Gravity: The player falls back down after a jump.

• Goal Logic: Reaching the goal triggers the next level.

• Multiple Levels: Each level has a unique platform layout and goal.

• Game Completion: A success message is displayed after completing all levels.

⚙️ Requirements

Make sure you have the following tools installed:

  1. Python 3.7 or higher

  2. Pygame library

Install Pygame using the following command:

pip install pygame

🚀 How to Run

  1. Clone this repository:

git clone https://github.com/your-username/jump-and-run

  1. Navigate to the directory:

cd jump-and-run

  1. Run the game:

python game.py

🎮 Controls

• Arrow Key Left: Move the player to the left.

• Arrow Key Right: Move the player to the right.

• Spacebar: Jump.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages