Cellular Automata living in your browser.
Unknown
de1aa46743
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. |
||
---|---|---|
lib | ||
test | ||
web | ||
.gitignore | ||
analysis_options.yaml | ||
CHANGELOG.md | ||
dart_test.yaml | ||
LICENSE.md | ||
pubspec.yaml | ||
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:
- Create a local copy of this repo (use the "Clone or download" button above).
- Get the dependencies:
pub get
- Get the webdev tool:
pub global activate webdev
- Launch a development server:
webdev serve
- 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.