Clone of popular 2048 game.
- GUI(Swing)
- game state saved automaticaly when you exit and restored when next time you start the game.
- hiscore
You can run game with leiningen and source files or you can download binary jar file.
Run jar file by double click on it. If it does not work on your system, you can run it from console.
$ java -jar cl2048-0.1.0-standalone.jar
You need leiningen 2.0+ to build and/or run the game from source. To run the game type:
$ lein run
You can make an executable jar file with:
$ lein uberjar
Then cd to target directory and type:
$ java -jar cl2048-0.1.0-standalone.jar