From 40db8339b576227ff9f34b721c067999d615fee9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juha=20Vehvil=C3=A4inen?= Date: Sat, 31 Aug 2002 08:40:29 +0000 Subject: better comment on .cpp svn path=/trunk/Framestein/; revision=103 --- Plugins/rowca.cpp | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Plugins/rowca.cpp') 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. -- cgit v1.2.1