Assigning Meaningful Colors to Turtles Add Comment Edit By default, NetLogo creates turtles with random colors, and to get rid of it, I normally assign a single color upon calling the create-turtl... Read More
Moving Turtles 1 Comment Edit Here are some commands you can do with turtles: fd number , bk number or forward number , backward number Turtles move for... Read More
Turtles and Variables Add Comment Edit In the world of agents, knowing the basic commands is very important. The NetLogo world is made up of four types of agents - turtl... Read More