Please, use the new Blupi.org website for downloading freely all games.
Accueil CeeBot Blupi BuzzingCars CoLoBoT
Français
English
Deutsch
 
 
 
 
 
Répétition Retour
extern void object::Répète( )
{
  repeat(4)
  {
    move(40);
    turn(90);
    fire(1);
    turn(180);
  }
}