Stick Hero is a simple JavaFX game where the player controls a character who extends a stick to cross platforms and avoid obstacles. The game features dynamic stick extension, character movement and cherry collection.
To run the Stick Hero Game, you need the following:
- Java Development Kit (JDK) installed on your machine.
- JavaFX library (included in JavaFX SDK or can be added as a separate library).
- Clone or download the Stick Hero Game repository to your local machine.
- Ensure that you have the required Java Development Kit (JDK) installed.
- Open the project in your preferred Java Integrated Development Environment (IDE).
- Set up the JavaFX library in your IDE (if not included).
- Run the HelloController class to start the game.
- Launch the game by running the application.
- Use the SPACEBAR to extend the stick.
- Release the SPACEBAR to drop the stick.
- Press the DOWN ARROW to move the character upside down.
- Collect cherries to increase your score.
- Cross the gap between platforms by extending the stick.
- Avoid obstacles and aim for the highest score.
- SPACEBAR: Extend the stick.
- DOWN ARROW: Move the character upside down.
- UP ARROW: Move the character back up.
- A How to Play screen with game instructions.
- Dynamic stick extension controlled by the player.
- Character movement and obstacle avoidance.
- Obstacle generation with random widths and gaps.
- Real-time scoring system.
- Cherry collection for score bonuses.
- Character can move upside down.
- The player must extend the stick to cross the gap between platforms.
- The stick must be long enough to reach the next platform.
- If the character falls down, press spacebar to go to the end.
- Colliding with obstacles ends the game.
- Collecting cherries increases the player's score.
- The character can move upside down for added challenge.
- Vikranth Udandarao
- Anushka Korlapati