Skip to content

minecraft8997/2048

Repository files navigation

2048

This is repository of my 2048 game implementation. Pre-built binaries could be found here: https://gamejolt.com/games/2048/532291. Have fun <3

Building

To build a runnable JAR of the game, do gradlew desktop:dist in your favourite terminal. JDK 8 is required.