2048 A simple clone of 2048 game with JAVA implementation. Overview Use W/A/S/D or $\leftarrow$ / $\uparrow$ / $\downarrow$ / $\rightarrow$ to move tiles and get 2048. You can press <ESC> at any time to exit the game. And press <SPACE> when game is end to start a new game. Code Structure Reference Java 2048 Intermediate Tutorial