Skip to article frontmatterSkip to article content

Turtles = Individual Agents in Your Model

In NetLogo, turtles represent the individual actors in whatever social system you’re studying:

Examples:

Each Turtle Has Properties

Just like real people have characteristics, each turtle can have properties:

Built-in properties (every turtle has these):

Custom properties (you define these):

Turtles Can Move, Interact, Make Decisions

Turtles aren’t just static dots - they can: