Please, use the new Blupi.org website for downloading freely all games.
Home CeeBot Blupi BuzzingCars CoLoBoT
English
Français
Deutsch
 
 
 
 
 
Repeat Back
extern void object::Repeat( )
{
  repeat(4)
  {
    move(40);
    turn(90);
    fire(1);
    turn(180);
  }
}