Cellular Automata living in your browser.
Go to file
Unknown de1aa46743 Separate Simulation calculating updates and merging
Simulation updates were one step of calculation and merging the calculations into the map in one function.

Separating the two allows checking for a new update without affecting the grid, allows passing the last Update around and allows custom changes to the grid by passing changes to the merge function that were not derived from the update function.
2018-10-18 10:58:06 +02:00
lib Separate Simulation calculating updates and merging 2018-10-18 10:58:06 +02:00
test Add Grid.fill constructor 2018-08-30 10:32:34 +02:00
web Switch Control Interface Icons to MaterialIcons 2018-08-23 11:34:08 +02:00
.gitignore Clean up Package Structure and .gitignore 2018-07-07 15:40:17 +02:00
CHANGELOG.md Initial Commit 2018-07-05 17:59:11 +02:00
LICENSE.md Add MIT License 2018-07-07 19:09:25 +02:00
README.md Clean up Package Structure and .gitignore 2018-07-07 15:40:17 +02:00
analysis_options.yaml Clean up Package Structure and .gitignore 2018-07-07 15:40:17 +02:00
dart_test.yaml Add dart_test.yaml file to suppress tag warnings 2018-08-30 09:42:29 +02:00
pubspec.yaml Implement Test Case 2018-08-25 16:43:38 +02:00

README.md

Cellular Automota

The following is still the readme generated by the angular sample app.

It should be replaced in the future by an actual readme.

Welcome to the example app used in the Setup for Development page of Dart for the web.

You can run a hosted copy of this sample. Or run your own copy:

  1. Create a local copy of this repo (use the "Clone or download" button above).
  2. Get the dependencies: pub get
  3. Get the webdev tool: pub global activate webdev
  4. Launch a development server: webdev serve
  5. In a browser, open http://localhost:8080

Note: The content of this repository is generated from the Angular docs repository by running the dart-doc-syncer tool. If you find a problem with this sample's code, please open an issue.