Project of reproducing a card game named Karmaka to learn Java and improve my understanding of OOP.
The Menu class contains the main of the program.
The game is functional but may contain some bugs and unwanted behaviors for some cards.
The project is as we sent it to the teacher, we won't touch it anymore.
The game will inform you of what to do at each step.
In general, you only need to enter the number corresponding to the choice except on the choice of the name of the players. For binary choices you need to answer with "oui" (yes) or "non" (no).
The source code is in English but the prompts and strings visible to the users are in French.
The game is made using JDK 17, so it should be compatible with Java 17+.