Langton-s-Ant

A simulation of Langton's Ant in python using pygame as the main graphics engine.

This exact simulation runs with 2 ants, each placed on a grid og cells with values of 0. The cell values of the grid can easily be altered, and you can easily add/remove ants from the simulation.