Agent

From StarLogo Nova Wiki
Revision as of 18:08, 10 August 2022 by Rev (talk | contribs) (Little bit on code execution)

Agents are the backbone of StarLogo Nova. Agents are the objects commonly seen moving around SpaceLand.

Creation & Deletion

Agents are created using code blocks such as:

Agents can be deleting using blocks such as:

Code Execution

Agents execute code blocks under their specified tab in the workspace. The code written under the tab can be thought of a set of instructions each agent makes a copy of and follows individually.