This game is a recreation of the well known 2048.
The Program was created in IntelliJ Idea using Java 19, JavaFX 17 and Gradle as a build tool. It is recommended to use the same Versions as not to encounter problems though newer Versions should work as well.
- Clone the repository and create a new Project from existing source in IntelliJ
- Select "Import from external Model" and then Gradle
- You might need to specify the preferred JDK now, the JavaFX Libraries should be taken care off by Gradle
- Use the 2048run configuration to run the Project