Added info about Wireworld.
[cellular-automata.git] / wireworld / README.md
diff --git a/wireworld/README.md b/wireworld/README.md
new file mode 100644 (file)
index 0000000..e137b96
--- /dev/null
@@ -0,0 +1,22 @@
+[Wireworld]
+===========
+
+
+States
+------
+* Empty
+* Electron head
+* Electron tail
+* Conductor
+
+
+Transitions
+-----------
+* Empty -> Empty
+* Electron head -> Electron tail
+* Electron tail -> Conductor
+* Conductor -> Electron head if exactly one or two of the neighbouring cells
+  are electron heads, or remains Conductor otherwise.
+
+
+[Wireworld]: http://en.wikipedia.org/wiki/Wireworld
This page took 0.028868 seconds and 4 git commands to generate.