Welcome to STOKED, a Java-based game designed to get you stoked! This game uses JavaFX for its graphical interface and is built with the Eclipse IDE. Follow the instructions below to set up and run the game.
STOKED is a fun and engaging game where the goal is to get the user excited about skiing, surfing and flying.
The game is developed in Java and utilizes JavaFX for its user interface. The Main class is the entry point of the application and manages the game loop and interaction with the player.
Before you can run this game, make sure you have the following installed:
- Java Development Kit (JDK) - Version 8 or higher
- Eclipse IDE - Any version that supports Java development
- JavaFX - If you are using JDK 11 or higher, JavaFX needs to be installed separately.
Note: If you're using JDK 8, JavaFX is bundled with it. For JDK 11 and higher, you will need to set up JavaFX separately.
Follow the steps below to get the project up and running:
-
Clone the Repository
-
Import the Project into Eclipse
-
Add JavaFX to the Build Path (If necessary)
-
Configure VM Arguments (If using JavaFX and JDK 11+)
Once everything is set up:
- Open the Main.java file located in the src/main/ directory.
- Click the Run button (green play button) in Eclipse to start the game.
- A JavaFX window should open where you can start playing STOKED.
Instructions on how to play are available in the Game User Interface.