A simple implementation of Langton's Ant in C
Posted by Klaus Eisentraut in C
Some time ago, I implemented Langton's Ant in C. Langton's Ant is not more than a very simple Turing machine. However, even with those simple rules, its behaviour is not easy to predict.
I've read about Langton's Ant in an article of Spektrum der Wissenschaft (German) years ago and on …