Welcome to jump_and_run_game
– a fun and exciting jump-and-run game developed
in Python!
It's really just a simple Jump- and Run game: 2D, jumping ... and walking. Let's be honest, it's not running so far.
-
Ensure you have Python 3.8 or later installed.
-
Install dependencies:
pip install jump_and_run_game
To play the game, run the following command:
jump_and_run_game
This is how it looks like at the moment:
- Left Arrow: Move the player left.
- Right Arrow: Move the player right.
- Space: Make the player jump.
If you'd like to contribute to the project, feel free to open issues or add PRs.
It's typically wise to open an issue first and wait for feedback, before adding tons of code that might get rejected.