Cellular Automata living in your browser.
Find a file
Marty Oehme 6b7e8edb28 Fix Cell Propagation through intermediate Step
the next targeted state is first propagated to all Cells, then they all adopt their new states at once.
2018-07-06 16:46:30 +02:00
lib Fix Cell Propagation through intermediate Step 2018-07-06 16:46:30 +02:00
test Initial Commit 2018-07-05 17:59:11 +02:00
web Initial Commit 2018-07-05 17:59:11 +02:00
.gitignore Update gitignore for Dart2 2018-07-06 14:25:14 +02:00
analysis_options.yaml Initial Commit 2018-07-05 17:59:11 +02:00
CHANGELOG.md Initial Commit 2018-07-05 17:59:11 +02:00
LICENSE.md Initial commit 2018-07-05 17:58:18 +02:00
pubspec.yaml Initial Commit 2018-07-05 17:59:11 +02:00
README.md Initial Commit 2018-07-05 17:59:11 +02:00

rules_of_living

An absolute bare-bones web app.

Created from templates made available by Stagehand under a BSD-style license.