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