内容简介: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.
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
- Go to release page , and download a latest release file.
- Extract the zipped release file.
- Start Pharo.exe application.
- 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
- Select Open from File menu.
- Click Examples button on the file open dialog.
- Select file and press OK.
- Click Setup button on right side pane to setup the program.
- Click Loop button to start.
License
MIT License
Screenshots
Conway's Life Game
Resnick's Turtle Ecology
Resnick's Termites
Resnick's Slime Mold
Animations
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
汇编语言(第2版)
王爽 / 清华大学出版社 / 2008-4 / 33.00元
《汇编语言(第2版)》是各种CPU提供的机器指令的助记符的集合,人们可以用汇编语言直接控制硬件系统进行工作。汇编语言是很多相关课程(如数据结构、操作系统、微机原理等)的重要基础。为了更好地引导、帮助读者学习汇编语言,作者以循序渐进的思想精心创作了《汇编语言(第2版)》。《汇编语言(第2版)》具有如下特点:采用了全新的结构对课程的内容进行组织,对知识进行最小化分割,为读者构造了循序渐进的学习线索;在......一起来看看 《汇编语言(第2版)》 这本书的介绍吧!