Please, use the new Blupi.org website for downloading freely all games.
Home CeeBot Blupi BuzzingCars CoLoBoT
Deutsch
English
Français
 
 
 
 
 
Variable Zurück
extern void object::Haus( )
{
  int länge = 20;

  pendown(Orange);
  move(länge);
  turn(45);
  move(länge);
  turn(90);
  move(länge);
  turn(45);
  move(länge);
}