Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 432 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 432 Bytes
ChessBoard game made with React
Is it possible to place 8 queens on the chessboard without them conflicting?

The answer is yes. There are 12 distinct solutions, 92 counting the derivative solutions obtained by symmetry or rotation.

Here is a chessboard to play finding solutions

I extended the game to bishops, rocks and knights, and added a help view