Please, use the new Blupi.org website for downloading freely all games.
Home CeeBot Blupi BuzzingCars CoLoBoT
English
Français
Deutsch
 
 
 
 
 
Find Back
extern void object::Find( )
{
  repeat(100)
  {
    find(Scrap);
    grab();
    if ( load.material == Metal )
    {
      find(Disintegrator);
      drop();
      move(-10);
    }
    else
    {
      find(Destroyer);
      drop();
      move(-20);
    }
  }
}