From a982632b1cc3218d74acec2b5f6a69ffc5e97ead Mon Sep 17 00:00:00 2001 From: pommicket Date: Wed, 31 Aug 2016 14:58:23 -0400 Subject: Cleaned up code and improved website layout. --- elementarycellularautomata.html | 60 ++++++++++++++++++++++++++++++++--------- 1 file changed, 47 insertions(+), 13 deletions(-) (limited to 'elementarycellularautomata.html') diff --git a/elementarycellularautomata.html b/elementarycellularautomata.html index dd1b960..6fcd379 100644 --- a/elementarycellularautomata.html +++ b/elementarycellularautomata.html @@ -15,23 +15,57 @@

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 (assuming speed of light = 1), using + rules specified by the rule number. The "speed of light", (A.K.A. the range) is how quickly information travels. Each cell is determined by + the 2c+1 cells where c is the "speed of light". Rule number < 222c+1 +
+
+
+
+
+
+ Number of iterations + +
+
+
+
+
+ Size + +
+
+
+
+
+ Starting configuration + +
+
+
+
+
+ Rule number + +
+
+
+
+
+ "Speed of light" + +
+
-
- This is a program which runs elementary cellular automata - like Rule 110. Each cell is determined by the 3 cells above it (assuming speed of light = 1), using - rules specified by the rule number. The "speed of light", (A.K.A. the range) is how quickly information travels. Each cell is determined by - the 2c+1 cells where c is the "speed of light". Rule number < 222c+1
+
- 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:
- "Speed of light":
- + -

+

-- cgit v1.2.3