eighthill / Slime_Mold_Simulation

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

Added random possible moves in def moveAgents() #11

Closed ModusMorris closed 9 months ago

ModusMorris commented 9 months ago

In this modified method, all eight possible directions have been added to give the agents more freedom of movement. Now each movement is randomly selected from the possible movement directions. This allows agents to move in all directions in space, not just downwards to the right.

ModusMorris commented 9 months ago

allright, checks are succesfull and code is working