eighthill / Slime_Mold_Simulation

A student project simulating smile mold🧫
MIT License
6 stars 0 forks source link

Update Main Method #15

Closed Isabelle-Gbl closed 10 months ago

Isabelle-Gbl commented 10 months ago

Since we had some changes in the classes Agent and Pheromones, that have already been pushed to main branch we need an update of the main function.

it should create to objects:

also there has to be a loop that calls the functions of the methods in the correct order, for a few iterations, to show how the classes and their methods work together. Also the Array should be plottet after every few iterations so that the changes in the array are visible.