Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 1.67 KB

README.md

File metadata and controls

49 lines (36 loc) · 1.67 KB

nRooks & nQueens problem

The problem

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.

Go to the page on github pages

https://jmargrove.github.io/nRooksAndnQueens/
  1. Choose either rook or queens problem
  2. Select the n (dimentions of the board)
  3. Make the board
  4. Play the solutions

Getting started

Tech stack

  • React

Contributing

Please feel free to clone and play and/or write an issue for feed back and suggestions

Authors

James Margrove