This repository has been archived by the owner on May 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
90bdb8e
commit 8c0566f
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Projet Monopoly ING1 | ||
|
||
Ce projet est une implémentation en C du célèbre jeu de société Monopoly, réalisée dans le cadre du cours d'informatique de première année en école d'ingénieur. | ||
Ce projet recrée les règles et les mécanismes du Monopoly dans une interface en ligne de commande. Les joueurs peuvent acheter et échanger des propriétés, construire des maisons et des hôtels, et gérer leurs finances pour éviter la faillite. | ||
|
||
## Installation | ||
|
||
Pour installer et exécuter ce projet localement, suivez les étapes ci-dessous : | ||
|
||
1. Clonez le dépôt : | ||
```bash | ||
git clone https://github.com/lucasolerr/projet-monopoly-ing1.git | ||
``` | ||
|
||
2. Accédez au répertoire du projet : | ||
```bash | ||
cd projet-monopoly-ing1 | ||
``` | ||
|
||
3. Compilez le projet : | ||
```bash | ||
cmake . | ||
make | ||
``` | ||
|
||
## Utilisation | ||
|
||
Pour lancer le jeu, exécutez la commande suivante dans le répertoire du projet : | ||
```bash | ||
./monopoly | ||
``` | ||
|
||
Suivez les instructions à l'écran pour commencer à jouer au Monopoly. |