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