From: Siraaj Khandkar Date: Thu, 6 Sep 2012 05:01:06 +0000 (-0400) Subject: Added info about Wireworld. X-Git-Url: https://git.xandkar.net/?p=cellular-automata.git;a=commitdiff_plain;h=66ca47c0043ceefe68c77c5e3b0bd127389a6ad0 Added info about Wireworld. --- diff --git a/wireworld/README.md b/wireworld/README.md new file mode 100644 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