X-Git-Url: http://git.subgeniuskitty.com/screensavers/.git/blobdiff_plain/4ff197f3ec1a643fef506c06ec4d25e5151a3312..3093467611b471a707bc567e8d56ef3aeadc6b4f:/hacks/WolframAutomata/README.md diff --git a/hacks/WolframAutomata/README.md b/hacks/WolframAutomata/README.md index 443d10d..d6e309f 100644 --- a/hacks/WolframAutomata/README.md +++ b/hacks/WolframAutomata/README.md @@ -165,11 +165,11 @@ Individual cells may be displayed as any square number of pixels (e.g. 1x1, 2x2, etc). Increasing the cell size may help with flickering on high DPI monitors displaying chaotic rulesets. -If neither of the following two options are passed, the simulation selects -whatever cell size it feels appropriate for the current simulation speed. +If neither of the following two options are passed, the simulation behaves as +though `-cell-size 2` was passed. - - **`-random-cell-size`**: Selects cell size of 2^N pixels for an `N` - randomly chosen in the inclusive range `0`-`5`. + - **`-random-cell-size`**: Randomly selects 1, 2, 4, 8, 16, or 32 as the cell + size on each reset of the simulation. - **`-cell-size N`**: Display each individual cell as an `N`x`N` square of pixels on the screen.