The Wayback Machine - https://web.archive.org/web/20200917144638/https://github.com/EiichiroIto/NovaStelo
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

NovaStelo

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

Entire Screen

Build Status

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

01-lifegame

Resnick's Turtle Ecology

02-ecosystem

Resnick's Termites

03-termites

Resnick's Slime Mold

04-slimemolds

Animations

03-termites

About

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

Topics

Resources

License

Packages

No packages published
You can’t perform that action at this time.