Cute Runner is a simple infinite runner game developed in Java. The goal is to avoid obstacles, while your character runs endlessly.
To run this game, you need to have Java 8 or higher installed on your system. If you don't have Java installed, you can download it from the official website: Java Download
- Set the Challenge: Select the number of obstacles to dodge or choose infinite mode (default).
- Run and Avoid: Guide your character to dodge the obstacles. Use the space bar to jump over obstacles.
- Clone the repository:
git clone https://github.com/Abzikel/CuteRunner.git
- Open the project in your preferred IDE (e.g., IntelliJ IDEA, Eclipse).
- Ensure you have Java 8 or higher installed.
- Run the
Menuclass to start the game.
If you prefer to play the game without cloning the repository, you can download the latest release (version 1.0) from the Releases page. Simply download the JAR file and run it using the following command:
java -jar CuteRunner.jar- Launch the game by running the
Menuclass or executing the JAR file. - Click on Play to begin the game.
- Click on Rules to set the number of obstacles or enter infinite mode (default).
I would like to thank the following repositories for their free resources:
- SVG Repo for providing high-quality SVG icons.
- GameArt2D for the free character sprites used in the game.
This project is licensed under the MIT License.

