From 4fbb91bd0fbe01ee87d866de8ba20fd37987caff Mon Sep 17 00:00:00 2001 From: pommicket Date: Sun, 31 Jul 2016 00:40:03 -0400 Subject: Added speed of light in elementary cellular automata --- elementarycellularautomata.html | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'elementarycellularautomata.html') diff --git a/elementarycellularautomata.html b/elementarycellularautomata.html index 92c3970..e12ca18 100644 --- a/elementarycellularautomata.html +++ b/elementarycellularautomata.html @@ -19,6 +19,11 @@ color: red; } +button:active +{ + background-color: #ff0000; +} + @@ -32,15 +37,17 @@
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. +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 < 222n+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:
+Rule number:
+"Speed of light":

-- cgit v1.2.3