The n queens puzzle is the problem of placing n chess queens on an n×n chessboard so that no two queens threaten each other. Thus, a solution requires that no two queens share the same row, column, or diagonal.
https://jmargrove.github.io/nRooksAndnQueens/- Choose either rook or queens problem
- Select the n (dimentions of the board)
- Make the board
- Play the solutions
- Clone this repo, git clone https://github.com/jmargrove/nRooksAndnQueens.git
- Install all dependancies npm install
- To start the client in developer mode run npm start at the command line
- React
Please feel free to clone and play and/or write an issue for feed back and suggestions
James Margrove