cd Jungle Run
python main.py
Jungle Run is my simple 2D platformer game made with Pygame.
- Pygame
pip install pygame
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
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.