My take on the classics Memory game
The goal is to return pairs of images, those that are the same stays, and those that aren't hides again
- Install maven
sudo apt-get install maven
- Navigate to the repository
cd PATH/TO/REPOSITORY
- Clean and Compile
mvn clean
mvn install
- Navigate to target folder
cd target
- Add the "execute" permission to Memory-X.x.jar (replace X-x by the version)
chmod a+x Memory-X.x.jar
- Run the .jar (replace X-x by the version)
java -jar Memory-X.x.jar
(You can also double-click on the .jar once it has the "execute" permission)