Instructions
The N-Queens problem is a classic problem in computer science. The objective is to place N queens on an N x N chessboard in such a way that no two queens are attacking each other. Also, there is no other queens in the surrounding squares of each queen.
To play, select the size of the board and click the "Generate" button.