eighthill / Slime_Mold_Simulation

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

Randomness in update of next move #30

Closed Isabelle-Gbl closed 7 months ago

Isabelle-Gbl commented 7 months ago

We need to add some randomness to the agents' next moves. This could be done by adding a random angle (with small size) to the angle for the next move. This will make the agents' movement more natural.

ModusMorris commented 7 months ago

Added randomness for our angles in get_next_movbes()