Commit graph

7 commits

Author SHA1 Message Date
Marty Oehme 2d2365e606 Fix Simulation Reset not Replicating the Starting Pattern
Now keeps the original parameters for the first pattern of a grid stored and can replicate them reliably.
2018-07-07 21:42:07 +02:00
Marty Oehme 34bdd1ae81 Apply dartfmt 2018-07-07 20:49:02 +02:00
Marty Oehme 4b35dbe5fc Add Parameters for Dispersal and Amount of Cells 2018-07-07 20:47:23 +02:00
Marty Oehme 9816778d4b Allow Defining x and y for Patterns 2018-07-07 20:35:04 +02:00
Marty Oehme 964ba69c2e Add Grid Starting Patterns
can be common forms and random
2018-07-07 20:04:35 +02:00
Marty Oehme 70e33fe135 Fix Rendering when no Changes occured
Rendering checks a dirty flag which gets set whenever a cell updates by changing their state.
2018-07-07 19:08:26 +02:00
Marty Oehme 827ab83b88 Refactor Directories
Move Engine Files to /src Directory
2018-07-07 16:44:06 +02:00
Renamed from lib/Grid.dart (Browse further)