Another clone of the popular 2048 game.
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
R
- Resets the state of the game.F
- Toggles FPS display.Up/Down/Left/Right Arrows
- Shifts tiles in said direction.
- Tile size: Modify
TileGrid#tileDimensions
- Tile colors/score text color/background color: Modify
styles.txt
- Tile count: Modify
tiles = new TileGrid(this, 4, 4)
inGame#init(GameContainer)
This game should work on most Windows, Linux and Mac distributions, as supported by slick2d.
- Slick (and its dependencies)