diff --git a/Projets/wator/Enoncé.md b/Projets/wator/Enoncé.md index 622f167..6e5d8d3 100644 --- a/Projets/wator/Enoncé.md +++ b/Projets/wator/Enoncé.md @@ -256,11 +256,10 @@ Vu le nombre d'animaux qu'il va falloir gérer, quelle structure proposez vous ? ```python - def ... - - ...= ...(a_id, energie_init[a_id], temps_gestation[a_id], x, y) - self.animaux.append(animal) - self.grille[y][x] = animal + def ...: + = ...(a_id, energie_init[a_id], temps_gestation[a_id], x, y) + self.animaux.append(animal) + self.grille[y][x] = animal ``` Ici, on applique donc notre quota : diff --git a/Projets/wator/assets/algo_thon.png b/Projets/wator/assets/algo_thon.png new file mode 100644 index 0000000..aff8bcf Binary files /dev/null and b/Projets/wator/assets/algo_thon.png differ diff --git a/Projets/wator/assets/capture_images.png b/Projets/wator/assets/capture_images.png new file mode 100644 index 0000000..ae6d507 Binary files /dev/null and b/Projets/wator/assets/capture_images.png differ