Skip to content
Snippets Groups Projects
Commit 91d9e740 authored by KALCK DAMIEN's avatar KALCK DAMIEN
Browse files

Update README.md

parent a893e332
No related merge requests found
...@@ -52,11 +52,31 @@ Créer une issue par fonctionnalités. ...@@ -52,11 +52,31 @@ Créer une issue par fonctionnalités.
## Captures d'écran ## Captures d'écran
Écran de départ
![Alt text](/img/ecran_de_départ.png) ![Alt text](/img/ecran_de_départ.png)
Écran de jeu
![Alt text](/img/ecran_de_jeu.png) ![Alt text](/img/ecran_de_jeu.png)
Plante infécté
![Alt text](/img/plante_infecte.png) ![Alt text](/img/plante_infecte.png)
Plante morte
![Alt text](/img/plante_morte.png) ![Alt text](/img/plante_morte.png)
## Procédures d'installation et d'exécution ## Procédures d'installation et d'exécution
Pour Linux et Mac :
Pré-requis :
- Avoir Python d'installé (testé sur les versions `3.9.1` et `3.9.2`)
[Installer Python](https://www.python.org/downloads/)
- Avoir pip d'installé
[Installer pip](https://pypi.org/project/pip/)
- Installer les dépendances
`pip install -r requirements.txt`
Jouer au jeu
```sh
cd ../src/
py T3.py
```
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment