Skip to content

Dana94/eight-queens-puzzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eight Queens Puzzle

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.

Installation

  1. Clone the repo: git clone https://github.com/Dana94/eight-queens-puzzle.git
  2. cd eight-queens-puzzle
  3. npm install
  4. npm run serve to start a local dev server at http://localhost:8080

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Notes