You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an implementation of the quite popular game 2048 made in java.
You use the arrow keys to move the tiles around.
The goal, as you might know is to reach a 2048 tile.
How to run?
To run just type java -jar 2048.jar in the terminal.