Skip to content
This repository has been archived by the owner on Feb 3, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 814 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 814 Bytes

LO02_Project

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.

How to play

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.

Compilation

The game is made using JDK 17, so it should be compatible with Java 17+.