A simple card game to to practice Java and JUnit.
git clone https://github.com/fatmakahveci/MemoryGame.git
cd MemoryGame
mvn clean install
java -jar target/memorygame-1.0-SNAPSHOT.jar
mvn clean test
Its source code is available with the Apache license and contributions are welcome.