Programmable Tux
Open, Needs TriagePublic

Description

The idea is to implement a programmable turtle. The turtle will support the following commands to move the turtle and draw lines (curves would be a good addition):

Commands for movement:

  1. FORWARD <value>
  2. BACK <value>
  3. LEFT <value>
  4. RIGHT <value>

Commands for turtle management:

  1. CLEAN
  2. HIDETURTLE
  3. SHOWTURTLE
  4. PENUP
  5. PENDOWN

Other commands can be added too, eg. to draw a circle (or curve).

The activity is inspired by MS LOGO program. More details could be found here: https://en.wikipedia.org/wiki/MSWLogo


Related Objects

hadron created this task.Feb 11 2022, 2:09 PM
hadron updated the task description. (Show Details)Feb 11 2022, 2:13 PM

Hi, Please change the name of the activity to Programmable Tux as we had discussed in IRC chat.
Regards,
Aastha

jjazeix renamed this task from Programmable Turtle to Programmable Tux.Apr 17 2022, 1:44 PM
aasthachauhan updated the task description. (Show Details)Jul 9 2022, 9:09 AM