-
Notifications
You must be signed in to change notification settings - Fork 4
Description
It would be nice if this app had a tool for visualizing and editing rules as 2-D slices of an n-dimensional array. Then it would be much easier to design my own rules, because I'd be able to see "okay, this group of pages is for a dead cell, this page is for 0 green neighbors, this column is for 3 red neighbors, and this row is for 0 blue neighbors; so if I want a dead cell to turn red when it has 3 red neighbors, 0 green neighbors and 0 blue neighbors, I click this cell until it turns red". Even if this was limited to 3 or 4 total states, it'd still be very useful. For instance, I'd be able to use it to translate a set of tables like the one I'll paste in a comment below, which is for a 3-state CA I'm interested in testing, into a rule file.