From 654cb632440886a3d9dda64733cd704cee9afa7a Mon Sep 17 00:00:00 2001 From: pommicket Date: Sat, 30 Jul 2016 20:39:47 -0400 Subject: Added elementary cellular automata --- elementarycellularautomata.html | 52 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 elementarycellularautomata.html (limited to 'elementarycellularautomata.html') diff --git a/elementarycellularautomata.html b/elementarycellularautomata.html new file mode 100644 index 0000000..92c3970 --- /dev/null +++ b/elementarycellularautomata.html @@ -0,0 +1,52 @@ + + + + + + + + +Elementary Cellular Automata + + + + + + +

Elementary Cellular Automata

+ + + +
+ +
+This is a program which runs elementary cellular automata +like Rule 110. Each cell is determined by the 3 cells above it, using +rules specified by the rule number. +
+ +Number of iterations:
+Size (if the length of the starting configuration is less than the size, zeros will be added to both sides): +
+Starting configuration:
+Rule number:
+ + +

+ + + + + + -- cgit v1.2.3