Programming with blocks

日本語のページ

Tsumicky is a visual programming environment based on Google's Blockly.
Create a program by connecting various blocks.
The mechanism is the same as Scratch, so if you have programming experience with Scratch, you will be able to get used to it quickly.

The screen below is an example of a program that calculates the sum of numbers 1 to 10.
This program calculates the sum in the variable sum.
This program uses repetition to sequentially change the value of the variable i from 1 to 10 by 1, and then adds it to the variable sum to find the total.
This sample can be downloaded from here.

Program to calculate the sum from 1 to 10