This project implements Langton's ant, a cellular automaton devised by Chris Langton in 1986. Langton's ant is a two-dimensional Turing machine with very simple rules but exhibits complex emergent behavior. The ant moves according to certain rules:
At a zero square, turn 90° right, flip the color of the square, move forward one unit.
At a nonzero square, turn 90° left, flip the color of the square, move forward one unit.