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
Cercle
Retour
extern void object::Cercle( )
{
pendown(Red); // dessine en rouge
repeat ( 36 ) // répète 36x
{
move(2); // avance de 2 mètres
turn(10); // tourne de 10 degrés à gauche
}
}