From 66ca47c0043ceefe68c77c5e3b0bd127389a6ad0 Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Thu, 6 Sep 2012 01:01:06 -0400 Subject: [PATCH] Added info about Wireworld. --- wireworld/README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 wireworld/README.md 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 -- 2.20.1