X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fconfig%2Fqueens.xml;h=a9b91849a666a9dfa9d3b957e98313e4b6d9128b;hp=3796855009446e7d6e9ab35d2acdc1e372ec8fef;hb=019de959b265701cd0c3fccbb61f2b69f06bf9ee;hpb=49f5b54f312fe4ac2e9bc47581a72451bd0e8439 diff --git a/hacks/config/queens.xml b/hacks/config/queens.xml index 37968550..a9b91849 100644 --- a/hacks/config/queens.xml +++ b/hacks/config/queens.xml @@ -1,23 +1,28 @@ - +
- +
+ + <_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? +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.