more infos

This commit is contained in:
Mylloon 2023-11-20 16:53:00 +01:00
parent 68f39d56cd
commit aec79ce4ec
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -1,14 +1,24 @@
# Projet de C++ # Projet de C++
## Pour lancer Nous avons choisi ces trois jeux :
- [ ] Butin
- [ ] Dames
- [ ] Safari
## Exécution
```bash ```bash
make run make run
``` ```
## Pour compiler puis lancer <!-- ## Compilation et exécution
```bash ```bash
make make
./projet.out ./projet.out
``` ``` -->
## Utilisation
<!-- TODO: Expliquer la prise en main -->