- Create new behaviors in the rules section.
- Define the tape values of the turing machine inside the default data section.
- Define the default state and position of the cursor in the last section.
- The states "end" or "stop" will immediately stop the machine.
- The cell rule "*" will be used for any cell at a lower priority than a normal rule
- Control the flow using the reset, pause, and play button.
- Change the speed and use the goto block to move the machine's cursor to any position.
( Rules, data, defaults and flow are saved inside the url parameters )
A Turing machine is theoretically capable of implementing any computer algorithm.
However, this online implementation is a simplification, as it's not capable of giving every instruction to the hardware,
Such as graphical instructions to create interfaces used in video games.