Algorit

Description

a minimal block style programming environment based on MIT Scratch 1.4

Details

Source
GitHub
Dialect
pharo (40% confidence)
License
MIT
Stars
1
Created
Aug. 5, 2020
Updated
Jan. 30, 2025
Topics
pharo scratch smalltalk

Categories

UI / Graphics

README excerpt

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

![Entire Screen](https://raw.githubusercontent.com/EiichiroIto/Algorit/master/misc/images/algorit.png)

[![Build Status](https://travis-ci.com/EiichiroIto/Algorit.svg?branch=master)](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.
```
← Back to results