Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 757 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 757 Bytes

NetLogo sample Scala extension

This is a very small example NetLogo extension, written in Scala.

Building

Make sure you have sbt installed on your system, then run sbt package to package the sample extension jar file. If the build succeeds, samplescala.jar is created.

Run sbt test to run the NetLogo language tests from the tests.txt file.

Run sbt packageZip to create a zip file with all necessary files for publishing the extension.

Terms of Use

CC0

The NetLogo sample Scala extension is in the public domain. To the extent possible under law, Uri Wilensky has waived all copyright and related or neighboring rights.