A simulation of the cellular automata known as "Langton's Ant".
-
At a white square, turn 90° clockwise, flip the color of the square, move forward one unit.
-
At a black square, turn 90° counter-clockwise, flip the color of the square, move forward one unit.
The wikipedia contains further information on this simulation.
- The slider controls the speed at which the simulation runs.
- The reset button resets the simulation by placing the ant in the middle of the grid and turning all the squares white.
- The text box configures the dimensions of the grid (eg. 10 x 10, 20 x 20, 15 x 15). Dimensions default to 30 x 30 when input is invalid (eg. 0, empty or < 4)
Link to the simulation (Simulation will reset when ant reaches an edge.)