Skip to content

Abzikel/cute-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cute Runner

Cute Runner is a simple infinite runner game developed in Java. The goal is to avoid obstacles, while your character runs endlessly.

Requirements

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

Gameplay

  1. Set the Challenge: Select the number of obstacles to dodge or choose infinite mode (default).
  2. Run and Avoid: Guide your character to dodge the obstacles. Use the space bar to jump over obstacles.

Installation

Option 1: Clone and Run the Code

  1. Clone the repository:
    git clone https://github.com/Abzikel/CuteRunner.git
  2. Open the project in your preferred IDE (e.g., IntelliJ IDEA, Eclipse).
  3. Ensure you have Java 8 or higher installed.
  4. Run the Menu class to start the game.

Option 2: Download the Latest Release

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

How to Play

  1. Launch the game by running the Menu class or executing the JAR file.
  2. Click on Play to begin the game.
  3. Click on Rules to set the number of obstacles or enter infinite mode (default).

Menu Screenshot

Menu Screenshot

Acknowledgments

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.

License

This project is licensed under the MIT License.