/Jungle-Run

Jungle Run is my simplified 2D platformer game made with Pygame.

Primary LanguagePython

Jungle Run

forthebadge

forthebadge

Quick Start

cd Jungle Run
python main.py

Jungle Run is my simple 2D platformer game made with Pygame.

image

Dependencies

  • Pygame
pip install pygame

Usage

The objective of the game is to clear all levels & collecting diamonds without getting hit by bees, slimes or without touching water & lava.

Controls:

  • Use Space or Up arrow key to jump.
  • Use Left & Right arrow key to move in left & right direction respectively

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.