Please, use the new Blupi.org website for downloading freely all games.
Accueil CeeBot Blupi BuzzingCars CoLoBoT
Français
English
Deutsch
 
 
 
 
 
Labyrinthe Retour
extern void object::Labyrinthe( )
{
  repeat(100)
  {
    if( detect(Barrier) )
    {
      turn(-90);
    }
    else
    {
      move(20);
    }
  }
}