From 51c7376d1006191a668900718040bf63a57540a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Math=C3=A9o=20ESTOR?= Date: Sun, 2 Jun 2024 22:54:22 +0200 Subject: [PATCH] Ajouter readme.md --- readme.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..414984b --- /dev/null +++ b/readme.md @@ -0,0 +1,19 @@ +# GitarHero for Eclipse + +## Project Overview + +This project simulates an ecosystem with different types of cells: empty cells, prey, and predators. The behavior of these cells follows specific rules which lead to various patterns emerging over time. + +## Variations + +### If an empty cell becomes a prey if it has 3 neighboring preys + +### A prey becomes a predator if it has 2 or 3 predators next to it + +### A predator dies if it has less than 2 or more than 3 predators next to it + +## This creates an atypical pattern when there are a lot of cells at the beginning + +##Here is a word document with photos of the process, with a step of 1 + +For more detailed explanations, refer to the [Screenshots code with variation.docx](path/to/document.docx).