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

Another 2048 game clone.

License

Notifications You must be signed in to change notification settings

dozmus/game-2048

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)