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