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