Main Page: Difference between revisions

From StarLogo Nova Wiki
(Marked this version for translation)
 
(36 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<strong>MediaWiki has been installed.</strong>
<languages/>


This is an edit made by Josh!
<translate>
<!--T:1-->
[[File:BlockDragging.gif|thumb|A demonstration of how drag-and-drop modular block code fits together.|351x351px]]


Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide] for information on using the wiki software.
<!--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>


== Getting started ==
<translate>
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]
<!--T:2-->
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]
[[Special:MyLanguage/Orientation|Click Here to Get Started!]]
* [https://lists.wikimedia.org/postorius/lists/mediawiki-announce.lists.wikimedia.org/ MediaWiki release mailing list]
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki]


== Blocks Glossary ==
</translate>


<translate>
<!--T:3-->
[[Special:MyLanguage/Resources|Access Resources and Documentation Here]]
</translate>


=== Agents ===
<translate>
{| class="wikitable" style="margin:auto"
<!--T:4-->
|+
*StarLogo Nova can be accessed at: https://www.slnova.org/
|-
</translate>
! Block Name !! Image !! Description
<translate>
|-
<!--T:6-->
| [[Create]] || Example || Creates specified number of [[agents]]
*StarLogo Nova 2 (beta) can be accessed at: https://sailctm.slnova.org/
|-
</translate>
| [[Create Each Do]] || Example || Creates specified number of [[agents]] and each agent proceeds to run code within the block
<translate>
 
<!--T:7-->
|-
*[[Special:MyLanguage/Differences Between www and sailctm|Differences Between www and sailctm]]
| Block || Example || Description
</translate>
|}
 
=== Detection ===
 
=== Environment ===
 
=== Interface ===
 
=== Keyboard ===
{| class="wikitable" style="margin:auto"
|+
|-
! Block Name !! Image !! Description
|-
| [[Key_Typed%3F]] || Example ||Checks to see if a given key is typed; useful for triggering certain actions based on player input
|-
| [[Key_Held%3F]]|| 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
|-
| [[Key_Typed%3F]] ||Checks to see if a given key is typed; useful for triggering certain actions based on player input
|-
| [[Key_Held%3F]]|| Checks to see if a given key is being held; useful for controlling agents’ movements, etc.
|}
 
== Tutorials / Roadmap ==
 
=== Getting Started Roadmap ===
 
1. [[Orientation]]
 
2. [[Catching Flies]]
 
=== Additional Materials ===
 
1.

Latest revision as of 14:44, 21 June 2023

Other languages:
A demonstration of how drag-and-drop modular block code fits together.

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.

Click Here to Get Started!


Access Resources and Documentation Here