Difference between revisions of "Activities/Turtle Art/Tutorials/Turtle Art Code for Turing Machine"

From Sugar Labs
Jump to navigation Jump to search
(New page, not finished)
 
(Starting to lay out actions; seriously incomplete)
Line 1: Line 1:
 
Turtle Art Code for Turtle Art Turing Machine
 
Turtle Art Code for Turtle Art Turing Machine
 +
 +
In progress.
 +
 +
* Start is the main procedure
 +
 +
* Setup defines and initializes variables, and sets the orientation of the turtle
 +
 +
* Tape writes the initial tape. User can change values in repeat statements to change arguments.
 +
 +
* Program writes the program table

Revision as of 16:26, 29 June 2011

Turtle Art Code for Turtle Art Turing Machine

In progress.

  • Start is the main procedure
  • Setup defines and initializes variables, and sets the orientation of the turtle
  • Tape writes the initial tape. User can change values in repeat statements to change arguments.
  • Program writes the program table