Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.14 KB

README.md

File metadata and controls

40 lines (27 loc) · 1.14 KB

maven License Java JUnit maven

Java Apache Maven

Memory Game

A simple card game to to practice Java and JUnit.

Demo

demo.gif

Requirements

Installation

git clone https://github.com/fatmakahveci/MemoryGame.git
cd MemoryGame
mvn clean install
java -jar target/memorygame-1.0-SNAPSHOT.jar

Test

mvn clean test

Its source code is available with the Apache license and contributions are welcome.