Welcome to the Eight Queens chess game.
Can you place 8 Queens on the chess board, with none of the queens under attack?
A web game inspired by the classic math problem.
Play Now: https://attogram.github.io/EightQueens/
Eight Queens is an open source project licensed under the MIT License.
Contributions welcome!
The main Eight Queens Git repository is: https://github.com/attogram/EightQueens
Eight Queens is built with React, and bootstrapped with create-react-app.
Eight Queens uses Chessboard.jsx.
The gh-pages
branch contains a pre-built
version of Eight Queens ready for deployment to your web server.
See: https://github.com/attogram/EightQueens/tree/gh-pages
yarn
ornpm install
yarn build
ornpm run build
This builds Eight Queens for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Once built, Eight Queens is ready to be deployed to any web server!
yarn start
ornpm start
Runs Eight Queens in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
yarn test
ornpm test
Launches the test runner in the interactive watch mode.
yarn add react-scripts@latestnpm
ornpm install react-scripts@latest
Updates the internal react libraries.
Thanks goes to these wonderful people (emoji key):
Attogram Project 💻 | Will 💬 🤔 | Tiago Serafim 💬 🤔 | cityseven 🐛 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!