Please, use the new Blupi.org website for downloading freely all games.
Accueil CeeBot Blupi BuzzingCars CoLoBoT
Français
English
Deutsch
 
 
 
 
 
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);
}