My first Java program! Blackjack game created with JavaFX.
-
Download zip of repository and extract the folder in wanted location.
-
In IntelliJ: File | New | Project from Existing Sources...
-
Select the blackjack-main folder you just extracted and create project.
-
JavaFX SDK is needed, follow these steps: https://www.jetbrains.com/help/idea/javafx.html
-
after downloading the SDK, skip "Create a new project" and proceed straight to "Add the JavaFX library"
-
for the "Add VM options", try to Run the app.java file (to failure) once first.
-
-
Run App.java