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