- This game requires at least
Java 17
. - This instructions will be tailored to IntelliJ IDEA IDE.
- Since
JavaFX
bundle is no longer included in the latest versions of Java, it must be manually imported to the project. Do the following steps:- Download the JavaFX library here.
- Extract the downloaded compressed file.
- Take note of the location of the extracted files.
- To run the game:
- Configure the
Java SDK
onFile > Project Structure > Project Settings > Project > SDK
with at least aJava 17
JDK. - While still on project structure, go to
Libraries
tab and press the add button. - Locate the
lib
folder from the extracted JavaFX library earlier and import the folder. - Go to
Modules
tab and go toDependencies
. - Press the add button and select
JAR/Directories
and locate thelib
folder from the extracted JavaFX library. - Go to
Main.java
which can be found on./src/spaceIO
.
- Configure the
-
Notifications
You must be signed in to change notification settings - Fork 0
darylldan/space.io
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published