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

39 lines
394 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
2023-11-24 19:58:02 +01:00
<!-- ## Installation des librairies
### Debian
```bash
sudo apt install libsfml-dev
```
### Arch
```bash
sudo pacman -S sfml
``` -->
2023-11-20 16:53:00 +01:00
## 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 -->