EightQueens
EightQueens copied to clipboard
Eight Queens chess game. Can you place 8 queens on the board with none under attack? A web game inspired by the class math puzzle. Built in React with Chessboard.jsx
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/
License
Eight Queens is an open source project licensed under the MIT License.
Developer Info
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.
Pre-built version for deployment
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
Install dependencies
yarnornpm install
Build
yarn buildornpm 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!
Dev server
yarn startornpm 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.
Test watch
yarn testornpm test
Launches the test runner in the interactive watch mode.
Updating
yarn add react-scripts@latestnpmornpm install react-scripts@latest
Updates the internal react libraries.
Contributors
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!
