- In order to run this game, you need to have a JDK that contains JavaFX (For example: Amazon Corretto 8).
- If you just downloaded the JDK, you should add it as system variable. Help
First, type the following in the terminal to compile the game:
javac src\Main.java
After that, you can run the game by typing the following in the terminal:
java src.Main