ghjansen / cas

Cellular Automata Simulator
GNU Affero General Public License v3.0
30 stars 3 forks source link

Adapt export algorithm to support Case Study 2 from #50 #57

Closed ghjansen closed 4 years ago

ghjansen commented 5 years ago

Full description at https://github.com/ghjansen/cas/issues/50#issuecomment-524587840

ghjansen commented 4 years ago

Test samples for the simulation of 2 iterations of rule 110, with random initial condition. Rule file: rule-110-random-3c-2i.cas.zip

Cell Scale Image Exported
1:3 3xGrid
1:4 4xGrid
1:5 5xGrid
1:6 6xGrid
1:20 20xGrid

Test sample for the simulation of 99 iterations of rule 110, with random initial condition. Rule file: rule-110-random-100c-99i.cas.zip

Cell Scale Image Exported
1:5 5x110Grid
ghjansen commented 4 years ago

Closed via #63 .