Runner Game is a simple 2D platformer game developed using Pygame, which was created in the context of the 5th semester course: Multimedia Technology.
To run this game on your local machine, follow these steps:
-
Make sure you have Python 3.x installed on your system.
-
Clone this repository to your local machine:
git clone https://github.com/your-username/runner-game.git
-
Navigate to the project directory:
cd runner-game
-
Install the required dependencies:
pip install pygame
To start the game, run the following command:
python main.py
- Use the Spacebar to jump.
- Use the Left Arrow key to move left.
- Use the Right Arrow key to move right.
In Runner Game, your goal is to navigate the player character through a series of obstacles, enemies, and platforms. Collect coins to increase your score and reach the exit to complete each level.
Contributions are welcome! If you'd like to contribute to this project, please follow the standard GitHub fork and pull request workflow.
Get comfortable and play as much as you want with the game. Me and my partner https://github.com/HarisPol are looking forward to your feedback for improvement.