cherron-aptera / ChessQueenPuzzle

Given a board of size X by X with N queens, what is the configuration that produces the GREATEST number of squares without any threats?

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The puzzle: Place five queens on the 5x5 chessboard below such that you leave the maximum number of spaces "unattacked" -- meaning that none of the queens can get there in one turn.

This is a program to solve the above chess queen puzzle. It is flexible enough to work with a board of variable size, with a variable number of queens.

About

Given a board of size X by X with N queens, what is the configuration that produces the GREATEST number of squares without any threats?

License:The Unlicense


Languages

Language:C# 100.0%