Jump N Run is a 2D side-scrolling platformer game built using Python and Pygame. Players control a character who must avoid obstacles, jump over gaps, and survive as long as possible to score points.
- Player Movement: Smooth animations for walking and jumping.
- Obstacles: Multiple types of enemies like snails, flies, and slimes with unique animations.
- Score System: Tracks and displays the player's current score.
- Background Music: Immersive music and sound effects for actions like jumping and collisions.
- Increasing Difficulty: Game speed increases as the score gets higher.
- Start Screen: Intuitive interface with instructions for starting the game.
- Start the Game: Press
Spaceto begin playing. - Controls:
SpaceorArrow Up: Jump
- Objective: Survive by jumping over obstacles and score as many points as possible.
- Game Over: Colliding with an obstacle will reset the game.
- Python 3.8 or later
- Pygame 2.0 or later
Install the dependencies with:
pip install pygamegit clone https://github.com/fatin-israq/Jump_N_Run.git
cd Jump_N_Runpython Jump_N_Run.pyHere's a GIF showing the gameplay
This project is licensed under the MIT License.
- Game assets are sourced from free online resources.
- Developed by Fatin Israq Talha.
