From the Wikipedia page:
The eight queens puzzle is the problem of placing eight chess queens on an 8×8 chessboard so that no two queens threaten each other; thus, a solution requires that no two queens share the same row, column, or diagonal.
The game can be solely accessed through the keyboard alone.
- Clone the repo:
git clone https://github.com/Dana94/eight-queens-puzzle.git
cd eight-queens-puzzle
npm install
npm run serve
to start a local dev server athttp://localhost:8080
npm run build
npm run lint
-
Queen and Question svgs created by me using Inkscape