Implementation of 2048 game in Java.
The user interface is created using Swing controls.
Download executable jar from Releases
Or build from source :
To compile -
$ javac Game2048.java
To run -
$ java Game2048
Use arrow keys to move.
MIT
Implementation of 2048 game in Java.
The user interface is created using Swing controls.
Download executable jar from Releases
Or build from source :
To compile -
$ javac Game2048.java
To run -
$ java Game2048
Use arrow keys to move.
MIT