Please, use the new
Blupi.org
website for downloading freely all games.
English
Français
Deutsch
Introduction
Products
CeeBot-Teen
CeeBot-A
CeeBot3
CeeBot4
Square
Back
extern void object::Square( )
{
pendown(Orange);
move(20);
turn(90);
move(20);
turn(90);
move(20);
turn(90);
move(20);
turn(90);
}