Inspired by: John F. Simon Jr. (b. 1963), Color Panel v1.0, 1999
URL parameters available.
Determines algorithm used for one square being taken over by it's neighbors.
Type: String Default: "none"
Value | Behavior |
---|---|
none | square is taken over if 3 or more neighbors match each other |
progressive | square has chance to be safe if it's color has lower count on board in total |
regressive | square has chance to be safe if it's color has higher count on board in total |
random | square has random chance to be safe |
Dimensions in pixels of each square.
Type: Int Default: 5
Interval to refresh colors of each square in milliseconds.
Type: Int Default: 500