cellular-automata/lib/src
Unknown 71f4df85af Refactor Simulation to be List of dumb cells
Cells are now only an empty struct, they carry no information beyond needing to be re-rendered. All Simulation logic is handled in the Simulation Class.
2018-10-15 17:28:09 +02:00
..
Cell.dart Refactor Simulation to be List of dumb cells 2018-10-15 17:28:09 +02:00
Engine.dart Fix Pausing after every Update 2018-10-15 17:16:09 +02:00
Grid.dart Add Grid.fill constructor 2018-08-30 10:32:34 +02:00
Rule.dart Apply dartfmt 2018-07-07 20:49:02 +02:00
Simulation.dart Refactor Simulation to be List of dumb cells 2018-10-15 17:28:09 +02:00