X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fconfig%2Fcloudlife.xml;h=57e89680dc441693641ed3f138297398b5b740af;hp=8be3592848ed2a682ddb72ee0b2fe10948bc9119;hb=019de959b265701cd0c3fccbb61f2b69f06bf9ee;hpb=6cee540bdbb571485cd5e519f89f389faebd0495 diff --git a/hacks/config/cloudlife.xml b/hacks/config/cloudlife.xml index 8be35928..57e89680 100644 --- a/hacks/config/cloudlife.xml +++ b/hacks/config/cloudlife.xml @@ -4,29 +4,36 @@ - + _label="Max age" _low-label="Young" _high-label="Old" + low="2" high="255" default="64"/> + _label="Initial density" _low-label="Low" _high-label="High" + low="1" high="99" default="30"/> + + + + <_description> -Generates cloud-like formations based on a variant of Conway's Life The +Generates cloud-like formations based on a variant of Conway's Life. The difference is that cells have a maximum age, after which they count as 3 for populating the next generation. This makes long-lived formations -explode instead of just sitting there burning a hole in your screen. -Written by Don Marti. +explode instead of just sitting there. + +http://en.wikipedia.org/wiki/Conway%27s_Game_of_Life + +Written by Don Marti; 2003.