Jump'n Run2 is a Jump'n Run game developed in Python using the Pygame library. It offers the game itself with a overworld and a leveleditor to create and modify levels.
This repository is not maintained anymore. This means that no further changes or updates will be made.
To play the game, run the file jump_and_run2.py or simply use the script start.sh (requires Python 3 and Pygame):
python jump_and_run2.pyTo create or modify levels, you can use the level editor level_editor2.py:
python level_editor2.pyMake sure you have the required dependencies installed. You can do this using pip:
pip install pygame



