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

Project to recreate a card game in Java.

License

Notifications You must be signed in to change notification settings

Zalk0/LO02_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

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+.