Jump to content

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

From Sugar Labs
Mokurai (talk | contribs)
New page, not finished
 
Mokurai (talk | contribs)
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 15: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