home
/
code
/
cellular-automata.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7108764
)
Added info about Wireworld.
author
Siraaj Khandkar
<siraaj@khandkar.net>
Thu, 6 Sep 2012 05:01:06 +0000
(
01:01
-0400)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Sun, 16 Jun 2013 22:28:42 +0000
(18:28 -0400)
wireworld/README.md
[new file with mode: 0644]
patch
|
blob
diff --git a/wireworld/README.md
b/wireworld/README.md
new file mode 100644
(file)
index 0000000..
e137b96
--- /dev/null
+++ b/
wireworld/README.md
@@ -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.029971 seconds
and
4
git commands to generate.