Skip to content

This is a recreation of the well known game 2048 using Java and Javafx.

Notifications You must be signed in to change notification settings

QuiteChridi/2048-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2048 Game

This game is a recreation of the well known 2048.

Versions used

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.

Run the Program using IntelliJ Idea

Clone the repository

  • 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

Execute the program

  • Use the 2048run configuration to run the Project

About

This is a recreation of the well known game 2048 using Java and Javafx.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages