Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 278 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 278 Bytes

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