This repository has been archived on 2024-01-18. You can view files and clone it, but cannot push or open issues or pull requests.
DamesEtCo/README.md

25 lines
256 B
Markdown
Raw Normal View History

2023-11-20 16:49:13 +01:00
# Projet de C++
2023-11-20 16:53:00 +01:00
Nous avons choisi ces trois jeux :
- [ ] Butin
- [ ] Dames
- [ ] Safari
## Exécution
2023-11-20 16:49:13 +01:00
```bash
make run
```
2023-11-20 16:53:00 +01:00
<!-- ## Compilation et exécution
2023-11-20 16:49:13 +01:00
```bash
make
./projet.out
2023-11-20 16:53:00 +01:00
``` -->
## Utilisation
<!-- TODO: Expliquer la prise en main -->