aicroe / P2048

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:GNU General Public License v3.0


Languages

Language:Java 100.0%