aboutsummaryrefslogtreecommitdiff
path: root/Plugins/rowca.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Plugins/rowca.cpp')
-rw-r--r--Plugins/rowca.cpp8
1 files changed, 7 insertions, 1 deletions
diff --git a/Plugins/rowca.cpp b/Plugins/rowca.cpp
index 9012b67..5c776ac 100644
--- a/Plugins/rowca.cpp
+++ b/Plugins/rowca.cpp
@@ -1,7 +1,13 @@
/*
- Two dimensional cellular automata, where each iteration
+ One dimensional cellular automata, where each iteration
adds a new row.
+ Each cell has three neighbourns, top left, top and top right,
+ as illustrated below:
+
+ 123
+ O
+
Patterns that lead to a white cell are given as parameter,
forming the rule of the automata.