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