Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 272 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 272 Bytes

2048

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.