CMD.BLUE
TURING MACHINE
A
A
A
A
A
A
A
A
A
A
A
state
value
Controls
Goto
Speed
Rules
Cell
State
➤
Cell
State
Dir
Default data:
Current data:
Default position
Default state
📑 Online Turing Machine

Programming:

- 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

Testing:

- 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 )

Turing machine?

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.

CMD.BLUE By Cyberflixt