Français
English
Introduction
Produits
CeeBot-Teen
CeeBot-A
Labyrinthe
Retour
extern void object::Labyrinthe( )
{
repeat(100)
{
if( detect(Barrier) )
{
turn(-90);
}
else
{
move(20);
}
}
}