X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fconfig%2Fcloudlife.xml;h=57e89680dc441693641ed3f138297398b5b740af;hp=a33479b7aa265aa8097985ccf5996147ccd9f2f9;hb=019de959b265701cd0c3fccbb61f2b69f06bf9ee;hpb=9c9d475ff889ed8be02e8ce8c17da28b93278fca diff --git a/hacks/config/cloudlife.xml b/hacks/config/cloudlife.xml index a33479b7..57e89680 100644 --- a/hacks/config/cloudlife.xml +++ b/hacks/config/cloudlife.xml @@ -5,28 +5,35 @@ + _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 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.