Skip to content

MMaruani/queens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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