38 lines
593 B
Markdown
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 -->
|