Turing Tape Steps: 0

Puzzles

Demos

Goal
Tape
State: A

Rules

State Read Write Move Next State

How it works

  • The machine reads the symbol under the head (highlighted cell).
  • It looks for a rule matching the current state and the symbol read.
  • The rule says what to write, which way to move (L/R), and what state to go to next.
  • The machine halts when it enters the HALT state or has no matching rule.
  • You win when the tape matches the Goal after halting.