It is a two player card game. In this game you can play against computer.
The rules of the game : Rules
Prerequisites:
If you want to run the game type this command in the main directory of the game:
$ mvn jfx:run
If you want to build site just type this command in the main directory of the game:
$ mvn site
If you want to build a jar file you should type this:
$ mvn package
Try it and enjoy the game! :)