Block-style programming environment for multi agent system, based on MIT Scratch

栏目: IT技术 · 发布时间: 5年前

内容简介:NovaStelo is a block-style programming environment for multi agent system, based on MIT Scratch.NovaStelo is inspired from StarLogo and Scratch, more precisely StarLogo on the book "Turtles, Termites, and Traffic Jams" and Scratch 1.4. Both are of Resnick'

NovaStelo

NovaStelo is a block-style programming environment for multi agent system, based on MIT Scratch.

Block-style programming environment for multi agent system, based on MIT Scratch

NovaStelo is inspired from StarLogo and Scratch, more precisely StarLogo on the book "Turtles, Termites, and Traffic Jams" and Scratch 1.4. Both are of Resnick's great works.

NovaStelo is built on Pharo Smalltalk 8.0. Almost all Model and UI are rewritten using Spec2.

Install and Play on Windows

  1. Go to release page , and download a latest release file.
  2. Extract the zipped release file.
  3. Start Pharo.exe application.
  4. Click NovaStelo on a menu bar to start NovaStelo.

Install repository on Pharo

NovaStelo sources available on github ( https://github.com/EiichiroIto/NovaStelo/ ).

Metacello new
    baseline: 'NovaStelo';
    repository: 'github://EiichiroIto/NovaStelo/filetree';
    load.

[Beware] Before update

  • You need keep script files before update, because project files are incompatible with any previous versions.
  • To keep script files, select "File - Export - Export Scripts in S-EXP".
  • To recovery the file, select "File - Import - Import Scripts"

Examples

  1. Select Open from File menu.
  2. Click Examples button on the file open dialog.
  3. Select file and press OK.
  4. Click Setup button on right side pane to setup the program.
  5. Click Loop button to start.

License

MIT License

Screenshots

Conway's Life Game

Block-style programming environment for multi agent system, based on MIT Scratch

Resnick's Turtle Ecology

Block-style programming environment for multi agent system, based on MIT Scratch

Resnick's Termites

Block-style programming environment for multi agent system, based on MIT Scratch

Resnick's Slime Mold

Block-style programming environment for multi agent system, based on MIT Scratch

Animations

Block-style programming environment for multi agent system, based on MIT Scratch


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

蚁群算法原理及其应用

蚁群算法原理及其应用

段海滨 / 科学出版社 / 2005年2月1日 / 48.0

《蚁群算法原理及其应用(精装)》系统、深入地介绍了蚁群算法的原理及其应用,力图概括国内外在这一学术领域的最新研究进展。全书共包括10章,主要内容包括蚁群算法的思想起源、研究现状及机制原理;蚁群算法的复杂度分析;蚁群算法的收敛性证明;蚁群算法参数对其性能的影响;蚁群算法的参数选择原则;离散域和连续域蚁群算法的若干改进策略;蚁群算法在多个优化领域的典型应用;蚁群算法的硬件实现技术;蚁群算法与其他仿生优......一起来看看 《蚁群算法原理及其应用》 这本书的介绍吧!

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

URL 编码/解码
URL 编码/解码

URL 编码/解码