Turing Machine

I was asked by Ian Bogost to make a Turing Machine program. The Turing Machine is a device that basically uses conditions to create some type of program.

You can make your own here. I think it’s a great way to teach someone the basics of computer programming and logic.

Initial Tape: PIG

1,_,1,_,>

1,P,2,_,>

2,I,3,P,>

3,G,4,I,>

4,_,5,G,<

5,I,6,I,<

6,P,2,_,>

6,_,1,_,>