Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 480 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 480 Bytes

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