2048 Game in Java Description This is a simple implementation of the 2048 game in Java using Swing for the GUI. How to Run Compile the Java files. Run the Game class. Controls Use the arrow keys to move the tiles. Combine tiles with the same number to reach 2048!