Skip to content
This repository has been archived by the owner on Jan 6, 2021. It is now read-only.

Latest commit

 

History

History
26 lines (20 loc) · 1 KB

README.md

File metadata and controls

26 lines (20 loc) · 1 KB

game-2048

Another clone of the popular 2048 game.

Usage

You can either compile the source code yourself or download the latest release. You will then just need to execute the game JAR in the archive.
Example: java -jar game-2048.jar

Keys

  • R - Resets the state of the game.
  • F - Toggles FPS display.
  • Up/Down/Left/Right Arrows - Shifts tiles in said direction.

Customisation

Compatibility

This game should work on most Windows, Linux and Mac distributions, as supported by slick2d.

Libraries

  • Slick (and its dependencies)