Hacker News new | ask | show | jobs
by failrate 4634 days ago
I spent an hour trying to implement a 2d Turing Machine. http://www.puzzlescript.net/play.html?p=6863139 So far, it is unsatisfactory because I do not know how to emulate an infinite playfield, and I cannot figure out how to put a delay between applications of the rules (so you cannot see it running). That said, with a little tinkering, a Turing machine is possible.
1 comments

With some help from Mr. Lavelle: http://www.puzzlescript.net/play.html?p=6869133 Hold X to run the Turing machine.