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
2024-01-06 14:38:27 +01:00

38 lines
593 B
Markdown

# Projet de C++
Nous avons choisi ces trois jeux :
- [x] [Butin](http://jeuxstrategieter.free.fr/Butin_complet.php)
- [ ] [Dames](https://infolib.re/storage/files/documents/jeux_de_societe/Les%20dames%20-%20R%C3%A8gle%20du%20jeu.pdf)
- [ ] [Safari](https://escaleajeux.fr/jeu/prene.0.0)
<!-- ## Installation des librairies
### Debian
```bash
sudo apt install libsfml-dev
```
### Arch
```bash
sudo pacman -S sfml
``` -->
## Exécution
```bash
make run
```
<!-- ## Compilation et exécution
```bash
make
./projet.out
``` -->
## Utilisation
<!-- TODO: Expliquer la prise en main -->