X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=turmites.git;a=blobdiff_plain;f=README.txt;fp=README.txt;h=058091b4eb98c45fe53b246dc1ad8c927d67dfc6;hp=0000000000000000000000000000000000000000;hb=adfd8919dc73c3885576e0543a0a53b5c0d70b61;hpb=9a3bd30b15b71e1193286ef9726c5c0afb73afa5 diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..058091b --- /dev/null +++ b/README.txt @@ -0,0 +1,8 @@ +A turmite is a kind of 2D Turing machine. It has an internal state, +and at each step, depending on its internal state and the color of the +cell it is on, it puts a new color in the cell, moves in one direction +(ahead, right, left), and picks a new internal state. + +The idea comes from the French version of "Scientific American", and I +made a program on Amiga to simulate a bunch of them, with some +reproduction and mutation rules.