Please, use the new
Blupi.org
website for downloading freely all games.
Français
English
Deutsch
Introduction
Produits
CeeBot-Teen
CeeBot-A
CeeBot-3
CeeBot-4
Variable
Retour
extern void object::Maison( )
{
int longueur = 20;
pendown(Orange);
move(longueur);
turn(45);
move(longueur);
turn(90);
move(longueur);
turn(45);
move(longueur);
}