Please, use the new
Blupi.org
website for downloading freely all games.
English
Français
Deutsch
Introduction
Products
CeeBot-Teen
CeeBot-A
CeeBot3
CeeBot4
Circle
Back
extern void object::Circle( )
{
pendown(Red); // use a red pen
repeat ( 36 ) // repeat 36x
{
move(2); // move forwards 2 meters
turn(10); // turn left 10 degrees
}
}