Jump to content

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

From Sugar Labs
Mokurai (talk | contribs)
Starting to lay out actions; seriously incomplete
Rdrsadhu (talk | contribs)
Migrate to GitHub
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Turtle Art Code for Turtle Art Turing Machine
== Turtle Art/Tutorials/Turtle Art Code for Turing Machine ==


In progress.
Read at https://help.sugarlabs.org/turtleart_tutorials/turtle_art_code_for_turing_machine.html


* Start is the main procedure
The source file has been moved to [https://github.com/godiard/help-activity/blob/master/source/turtleart_tutorials/turtle_art_code_for_turing_machine.rst GitHub]
 
* 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

Latest revision as of 09:03, 28 July 2018

Turtle Art/Tutorials/Turtle Art Code for Turing Machine

Read at https://help.sugarlabs.org/turtleart_tutorials/turtle_art_code_for_turing_machine.html

The source file has been moved to GitHub