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
Carré
Retour
extern void object::Carré( )
{
pendown(Orange);
move(20);
turn(90);
move(20);
turn(90);
move(20);
turn(90);
move(20);
turn(90);
}