http://www.jwz.org/xscreensaver/xscreensaver-5.07.tar.gz
[xscreensaver] / hacks / config / queens.xml
index e07f92fbc1ba5f1f4db3aec6db344d5deb42a037..8aad759af47b352e628aefc8b7ac2b2bac2480a0 100644 (file)
@@ -5,16 +5,22 @@
   <command arg="-root"/>
 
   <number id="delay" type="slider" arg="-delay %"
-          _label="Speed" _low-label="Slow" _high-label="Fast"
-          low="0" high="50000" default="20000"
+          _label="Frame rate" _low-label="Low" _high-label="High"
+          low="0" high="100000" default="20000"
           convert="invert"/>
 
-  <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
+  <hgroup>
+   <boolean id="wire"    _label="Wireframe" arg-set="-wireframe"/>
+   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+  </hgroup>
 
   <_description>
-Solves the N-Queens problem (where, in this program, N is between 5 and
-10 queens.)  The problem is: how may one place N queens on an NxN
-chessboard such that no queen can attack a sister?
-Written by Blair Tennessy.
+Solves the N-Queens problem (where N is between 5 and 10 queens).  The
+problem is: how may one place N queens on an NxN chessboard such that
+no queen can attack a sister?  See also the "Endgame" screen saver.
+
+http://en.wikipedia.org/wiki/Eight_queens_puzzle
+
+Written by Blair Tennessy; 2002.
   </_description>
 </screensaver>