projects
/
turmites.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a3bd30
)
Update.
master
author
Francois Fleuret
<francois@fleuret.org>
Thu, 11 Feb 2021 13:05:48 +0000
(14:05 +0100)
committer
Francois Fleuret
<francois@fleuret.org>
Thu, 11 Feb 2021 13:05:48 +0000
(14:05 +0100)
README.txt
[new file with mode: 0644]
patch
|
blob
diff --git a/README.txt
b/README.txt
new file mode 100644
(file)
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.