Skip to content

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

License

Notifications You must be signed in to change notification settings

nekocirno/NovaStelo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NovaStelo

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

Entire Screen

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Smalltalk 95.9%
  • HTML 4.1%