Skip to content

jmargrove/nRooksAndnQueens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Web app visualisation for nRooks and nQueens solutions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published