/P2048

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

P2048

Java implementation of the game 2048.

Build it and run it by executing the next commands in the terminal. It is supposed that Java (1.8 or greater) and maven are installed and available in the PATH.

$ mvn package
$ java -jar target/P2048-1.0-SNAPSHOT.jar