Skip to content

The dominoes and Carcassone are two games that are widely diffrent in the first view, but quite simelar when viewing them in a programming way. We offer here an implementation of both games using various design patterns and with rewriting the minimum amount of code.

Notifications You must be signed in to change notification settings

SamyB2/OOP-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pour pouvoir lancer les deux jeux depuis un Terminal il faut compiler et executer le fichier
Vous suiverez les insctructions indiquées une fois Start lancé
Start.java
faire : javac Start.java puis java Start

Pour lancer le jeu Domino sur le terminal directement il faut compiler et executer le fichier 
StartTerminal.java
Faire : javac StartTerminal.java puis java StartTerminal

Pour lancer notre application il faut compiler et executer le fichier
Menu.java
Faire : javac Menu.java puis java Menu

Vous Trouverez ces deux Fichiers dans le Dossier Src !
Voici leur deux chemins Relatifs :
    Src/StartTerminal.java
    Src/Menus/Menu.java

About

The dominoes and Carcassone are two games that are widely diffrent in the first view, but quite simelar when viewing them in a programming way. We offer here an implementation of both games using various design patterns and with rewriting the minimum amount of code.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages