Last updated:
0 purchases
jump and run game 0.0.1
Your Jump-and-Run Game
Welcome to jump_and_run_game – a fun and exciting jump-and-run game developed
in Python!
Overview
It's really just a simple Jump- and Run game: 2D, jumping ... and walking.
Let's be honest, it's not running so far.
Table of Contents
Installation
Usage
Controls
Contributing
Installation
Ensure you have Python 3.8 or later installed.
Install dependencies:
pip install jump_and_run_game
Usage
To play the game, run the following command:
jump_and_run_game
Controls
Left Arrow: Move the player left.
Right Arrow: Move the player right.
Space: Make the player jump.
Contributing
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.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.