Background

Welcome to this simple implementation of an elegant idea. Langton's Ant was created by Chris Langton in 1986, and is an example of a cellular automaton. Under Langton's original design, the "ant" begins its journey on a grid with squares that are colored white or black. It follows two simple rules:

Some really interesting mathematical things can be shown and observed about Langton's Ant. Read more here.

Generalizations

This engine has incorporated two generalizations that Langton's original does not include.

Using This Engine

The controls for this engine are straightforward.

Langton's Ant

a cellular automata engine