Welcome to Stick Hero, an exciting platformer game where you control Stick-Hero, navigating between pillars by extending a stick. Your objective is to collect cherries, reach the destination, and achieve the highest score possible. Embrace the challenge and enjoy the thrilling gameplay!
Watch a gameplay video to see Stick Hero in action:
-
Stick-Hero Control: Use keyboard input to stretch out a stick and bridge gaps between pillars.
-
Multiple Pillars: Navigate Stick-Hero through platforms of varying widths and heights.
-
Reviving Feature: Collect cherries to revive Stick-Hero once during gameplay. Cherries and related scores are deducted after revival.
-
Timing is Crucial: Time your stick extension carefully to land on the next platform. Failure results in Stick-Hero falling into the abyss, ending the game.
-
Collect Rewards: Flip Stick-Hero upside down to collect cherries and increase your score.
-
Scoring System: Aim for high scores by collecting rewards and challenge yourself to reach the top of the leaderboard.
- Use arrow keys or designated keys to control Stick-Hero's movements and stick extension.
- Collect cherries and bridge gaps between platforms to score points and avoid falling into the abyss.
To download and play Stick Hero, follow these steps:
-
Java IDE: Download and install IntelliJ IDEA (or use your preferred Java IDE).
-
JavaFX SDK: Download the JavaFX SDK from OpenJFX according to your operating system and Java version.
-
Clone the Repository:
- Open IntelliJ IDEA.
- Go to
File
->New
->Project from Version Control
->Git
. - Enter
https://github.com/theshamiksinha/StickHero-Game-JavaFX.git
as the Git repository URL and clone the project.
-
Configure JavaFX SDK:
- Extract the downloaded JavaFX SDK to a preferred location on your computer.
- Open the cloned project in IntelliJ IDEA.
- Go to
File
->Project Structure
->Libraries
. - Click on the
+
icon and selectJava
. - Navigate to the
lib
folder of your extracted JavaFX SDK and add it as a library.
-
Run the Game:
- In IntelliJ IDEA, open the
Main
class located in the project. - Configure the run configuration to specify the
Main
class as the main class. - Run the
Main
class to start playing Stick Hero!
- In IntelliJ IDEA, open the
Contributions are welcome! If you have ideas for improvements or new features, feel free to fork the repository and submit a pull request.
This game project is developed by Shamik Sinha and Vaibhav Singh, inspired by the original Stick Hero game.