Agent: Difference between revisions
(Created Page with Creation & Deletion) |
m (Little bit on code execution) |
||
Line 11: | Line 11: | ||
== Code Execution == | == Code Execution == | ||
Agents execute [[code block]]s 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. |
Revision as of 18:08, 10 August 2022
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.