Please, use the new Blupi.org website for downloading freely all games.
Home CeeBot Blupi BuzzingCars CoLoBoT
English
Français
Deutsch
 
 
 
 
 
Square Back
extern void object::Square( )
{
  pendown(Orange);
  move(20);
  turn(90);
  move(20);
  turn(90);
  move(20);
  turn(90);
  move(20);
  turn(90);
}