|
|
(19 intermediate revisions by 3 users not shown) |
Line 1: |
Line 1: |
| [[File:BlockDragging.gif|thumb|A demonstration of how drag-and-drop modular block code fits together.]]
| | <languages/> |
| StarLogo Nova is an agent-based game and simulation programming environment that combines an easy-to-use blocks-based programming language with a powerful simulation engine and 3D renderer.
| |
|
| |
|
| Blocks-based programming allows for ease of use while still maintaining simulation power and strength.
| | <translate> |
| | <!--T:1--> |
| | [[File:BlockDragging.gif|thumb|A demonstration of how drag-and-drop modular block code fits together.|351x351px]] |
|
| |
|
| Create over 10,000 agents to represent different components of a system and their interactions with extensive model complexity support. | | <!--T:5--> |
| | StarLogo Nova is an agent-based game and simulation programming environment that combines an easy-to-use blocks-based programming language with a powerful simulation engine and 3D renderer. With StarLogo Nova you can: Create, edit, and run games and simulations right in the browser, no installation necessary. |
| | </translate> |
|
| |
|
| Join thousands of students, educators, and more in creating your own complex simulations and games!
| | <translate> |
| | <!--T:2--> |
| | [[Special:MyLanguage/Orientation|Click Here to Get Started!]] |
|
| |
|
| Here's a quick link to the [[resources]] page.
| | </translate> |
| [[File:5wemote.png|thumb|This an image of a 5W sticker from EC]]
| |
| This is an edit made by Josh!
| |
|
| |
|
| Here is an image by Josh | | <translate> |
| | <!--T:3--> |
| | [[Special:MyLanguage/Resources|Access Resources and Documentation Here]] |
| | </translate> |
|
| |
|
| Consult the [[mediawikiwiki:Special:MyLanguage/Help:Contents|User's Guide]] for information on using the wiki software.
| | <translate> |
| | | <!--T:4--> |
| ==Getting started==
| | *StarLogo Nova can be accessed at: https://www.slnova.org/ |
| * [[mediawikiwiki:Special:MyLanguage/Manual:Configuration_settings|Configuration settings list]]
| | </translate> |
| *[[mediawikiwiki:Special:MyLanguage/Manual:FAQ|MediaWiki FAQ]] | | <translate> |
| *[https://lists.wikimedia.org/postorius/lists/mediawiki-announce.lists.wikimedia.org/ MediaWiki release mailing list]
| | <!--T:6--> |
| *[[mediawikiwiki:Special:MyLanguage/Localisation#Translation_resources|Localise MediaWiki for your language]]
| | *StarLogo Nova 2 (beta) can be accessed at: https://sailctm.slnova.org/ |
| *[[mediawikiwiki:Special:MyLanguage/Manual:Combating_spam|Learn how to combat spam on your wiki]]
| | </translate> |
| | | <translate> |
| ==Blocks Glossary==
| | <!--T:7--> |
| | | *[[Special:MyLanguage/Differences Between www and sailctm|Differences Between www and sailctm]] |
| | | </translate> |
| ===Agents===
| |
| {| class="wikitable" style="margin:auto"
| |
| |+
| |
| |-
| |
| !Block Name!!Image!!Description
| |
| |-
| |
| | [[Create]]||[[File:Create block.png|thumb]]||Creates specified number of [[agents]]
| |
| |-
| |
| | [[Create Each Do]]||Example||Creates specified number of [[agents]] and each agent proceeds to run code within the block
| |
| | |
| |-
| |
| |Block||Example||Description
| |
| |}
| |
| | |
| === Detection===
| |
| | |
| ===Environment===
| |
| | |
| === Interface===
| |
| | |
| ===Keyboard===
| |
| {| class="wikitable" style="margin:auto"
| |
| |+
| |
| |-
| |
| !Block Name!!Image !! Description | |
| |-
| |
| |[[Key_Typed?]] ||Example ||Checks to see if a given key is typed; useful for triggering certain actions based on player input
| |
| |-
| |
| |[[Key_Held?]]||Example||Checks to see if a given key is being held; useful for controlling agents’ movements, etc.
| |
| |}
| |
| | |
| ===Lists ===
| |
| | |
| ===Logic===
| |
| | |
| ===Math===
| |
| | |
| ===Movement ===
| |
| | |
| ===Procedures===
| |
| | |
| ===Sound===
| |
| | |
| ===Traits===
| |
| | |
| ===Variables===
| |
| | |
| ===Debugger ===
| |
| | |
| ==Skills Glossary==
| |
| | |
| ===Terrain Editing===
| |
| | |
| {| class="wikitable" style="margin:auto"
| |
| |+
| |
| |-
| |
| !Skill (Steps)!!Description
| |
| |-
| |
| |[[Change Background Color]]||Change background color of Spaceland
| |
| |-
| |
| |[[Draw Shapes]]||Program an agent to draw a shape on the terrain to enhance your landscape.
| |
| | |
| |}
| |
| | |
| ==Tutorials / Roadmap==
| |
| | |
| ===Getting Started Roadmap===
| |
| | |
| 1. [[Orientation]]
| |
| | |
| 2. [[Catching Flies]]
| |
| | |
| ===Additional Materials===
| |
| | |
| 1.
| |