X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fconfig%2Fant.xml;h=b2a59928985a96bb17e67795df78a5ae59b52312;hb=c1b9b55ad8d59dc05ef55e316aebf5863e7dfa56;hp=84609d09e64cafdc37abafacd8f1ed5ff73c715e;hpb=8eb2873d7054e705c4e83f22d18c40946a9e2529;p=xscreensaver diff --git a/hacks/config/ant.xml b/hacks/config/ant.xml index 84609d09..b2a59928 100644 --- a/hacks/config/ant.xml +++ b/hacks/config/ant.xml @@ -4,47 +4,57 @@ - - - - - - +
+ + + +
- +
+ + +
+ _label="Number of colors" _low-label="Three" _high-label="Many" + low="3" high="255" default="64"/> + + <_description> A cellular automaton that is really a two-dimensional Turing machine: -as the heads (``ants'') walk along the screen, they change pixel +as the heads ("ants") walk along the screen, they change pixel values in their path. Then, as they pass over changed pixels, their -behavior is influenced. Written by David Bagley. +behavior is influenced. + +http://en.wikipedia.org/wiki/Langton%27s_ant +http://en.wikipedia.org/wiki/Turing_machine + +Written by David Bagley; 1997.