Langton's ant is a two-dimensional universal Turing machine with a very simple set of rules but complex emergent behavior. It was invented by Chris Langton in 1986 and runs on a square lattice of black and white cells. In that video, you are going to learn how to implement Langton's Ant in Java with a Swing UI.
► Written version of the tutorial with complete source code: / implementing-langtons-ant-in-java-with-a-s...
► Learn to create Android Apps step by step on the SSaurel's Blog: https://www.ssaurel.com/blog
#Java #LangtonAnt #Programming