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