a minimal block style programming environment based on MIT Scratch 1.4
# Algorit
a minimal block style programming environment based on MIT Scratch 1.4

[](https://travis-ci.com/EiichiroIto/Algorit)
## Quick Start
Download the latest release from the releases and unzip it.
See Examples in the File menu.
## Install repository on Pharo (for developer)
```
Metacello new
baseline: 'Algorit';
repository: 'github://EiichiroIto/Algorit/src';
load.
```