X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fconfig%2Fqueens.xml;h=a9b91849a666a9dfa9d3b957e98313e4b6d9128b;hp=d90028460d9bae39909b31b3266f990bdc94881e;hb=019de959b265701cd0c3fccbb61f2b69f06bf9ee;hpb=3f438031d610c7e15fd33876a879b97e290e05fb diff --git a/hacks/config/queens.xml b/hacks/config/queens.xml index d9002846..a9b91849 100644 --- a/hacks/config/queens.xml +++ b/hacks/config/queens.xml @@ -1,23 +1,29 @@ - +
- +
+ + <_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. +The N-Queens problem: how to 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.