more infos
This commit is contained in:
parent
68f39d56cd
commit
aec79ce4ec
1 changed files with 13 additions and 3 deletions
16
README.md
16
README.md
|
@ -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 -->
|
||||||
|
|
Reference in a new issue