Update GH URI
[cellular-automata.git] / wireworld / README.md
CommitLineData
66ca47c0
SK
1[Wireworld]
2===========
3
4
5States
6------
7* Empty
8* Electron head
9* Electron tail
10* Conductor
11
12
13Transitions
14-----------
15* Empty -> Empty
16* Electron head -> Electron tail
17* Electron tail -> Conductor
18* Conductor -> Electron head if exactly one or two of the neighbouring cells
19 are electron heads, or remains Conductor otherwise.
20
21
22[Wireworld]: http://en.wikipedia.org/wiki/Wireworld
This page took 0.020533 seconds and 4 git commands to generate.