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
Boucle
Retour
extern void object::Boucle( )
{
repeat ( 6 ) // répète 6x
{
move(5); // avance de 5 mètres
turn(90); // quart de tour à gauche
fire(1); // détruit la cible
turn(-90); // quart de tour à droite
}
}