Data update

This commit is contained in:
Ingy döt Net 2023-09-16 17:28:03 -07:00
parent 5af6d93694
commit 796d366b97
455 changed files with 7413 additions and 1900 deletions

View file

@ -14,3 +14,6 @@ If, in the following table, a live cell is represented by 1 and a dead cell by 0
1'''1'''0 -> 1 # Needs one neighbour to survive
1'''1'''1 -> 0 # Starved to death.
;Related tasks:
* [[Elementary_cellular_automaton|Elementary cellular automaton]]