Please, use the new Blupi.org website for downloading freely all games.
Home CeeBot Blupi BuzzingCars CoLoBoT
Deutsch
English
Français
 
 
 
 
 
Kreis Zurück
extern void object::Kreis( )
{
  pendown(Red);  // roten Stift absenken

  repeat ( 36 )  // wiederhole 36x
  {
    move(2);   // 2 Meter vorwärts
    turn(10);  // Drehung links 10 Grad
  }
}