Little application for Windows Phone 7.
PixelAnt is an implementation of the famous Langton's Ant, a 2D Turing machine represented by an Ant moving in a grid of colored cells.
From simple rules to a very complicated behavior.
The Ant moves according to a set of rules and the color of the cell, for instance the basic set of rules says:
- at a white cell, go right and color the cell to black;
- at a black cell, go left and color the cell to white.
You can modify the grid size, the game speed and the set of rules (color-direction).
Link to this comment:
All Comments (0)