Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/attogram/eightqueens
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
https://github.com/attogram/eightqueens
8-queen-problem 8-queens 8queens chess chess-puzzle eight-queen-problem eight-queens-game eight-queens-puzzle react-game web-game webgame
Last synced: about 1 month ago
JSON representation
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
- Host: GitHub
- URL: https://github.com/attogram/eightqueens
- Owner: attogram
- License: mit
- Created: 2019-05-03T20:49:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-04T20:47:07.000Z (over 3 years ago)
- Last Synced: 2024-05-01T14:15:05.504Z (8 months ago)
- Topics: 8-queen-problem, 8-queens, 8queens, chess, chess-puzzle, eight-queen-problem, eight-queens-game, eight-queens-puzzle, react-game, web-game, webgame
- Language: JavaScript
- Homepage: https://attogram.github.io/EightQueens/
- Size: 1.78 MB
- Stars: 15
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[![Eight Queens](https://raw.githubusercontent.com/attogram/attogram-docs/master/EightQueens/EightQueens.small.png)](https://github.com/attogram/EightQueens)
[![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors)
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:
****## License
**Eight Queens** is an open source project licensed under the MIT License.
## Developer Info
Contributions welcome!
The main Eight Queens Git repository is:
Eight Queens is built with [React](https://reactjs.org/),
and bootstrapped with [create-react-app](https://facebook.github.io/create-react-app/).Eight Queens uses [Chessboard.jsx](https://github.com/willb335/chessboardjsx).
### 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:
### Install dependencies
* `yarn` or `npm install`
### Build
* `yarn build` or `npm 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 start` or `npm start`
Runs Eight Queens in the development mode.
Open [http://localhost:3000](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 test` or `npm test`Launches the test runner in the interactive watch mode.
### Updating
* `yarn add react-scripts@latestnpm` or `npm install react-scripts@latest`
Updates the internal react libraries.
## Contributors
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
Attogram Project
💻
Will
💬 🤔
Tiago Serafim
💬 🤔
cityseven
🐛 💻This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!