Update.
[turmites.git] / README.txt
1 A turmite is a kind of 2D Turing machine. It has an internal state,
2 and at each step, depending on its internal state and the color of the
3 cell it is on, it puts a new color in the cell, moves in one direction
4 (ahead, right, left), and picks a new internal state.
5
6 The idea comes from the French version of "Scientific American", and I
7 made a program on Amiga to simulate a bunch of them, with some
8 reproduction and mutation rules.