From 1a14e2d028916242fc0b198e8174435ee7ed71ca Mon Sep 17 00:00:00 2001 From: Gator Date: Sun, 2 Jan 2022 14:47:27 +0100 Subject: [PATCH] working 2D CA functions + canvas draws in one go --- src/index.html | 198 +++++++++++++++++++++++---------------------- src/js/automata.js | 68 +++++++++------- src/js/main.js | 98 +++++++++++----------- src/style.css | 14 ++-- 4 files changed, 197 insertions(+), 181 deletions(-) diff --git a/src/index.html b/src/index.html index fc5d490..1e762e8 100644 --- a/src/index.html +++ b/src/index.html @@ -4,106 +4,108 @@ - -

Cellular Automaton Explorer

-