SkillAgentSearch skills...

EightQueens

Eight Queens chess game. Can you place 8 queens on the board with none under attack? A web game inspired by the classic math puzzle. Built in React with Chessboard.jsx

Install / Use

/learn @attogram/EightQueens

README

Eight Queens

All 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: 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

  • 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 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):

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --> <!-- prettier-ignore --> <table><tr><td align="center"><a href="https://attogram.github.io/"><img src="https://avatars0.githubusercontent.com/u/8653063?v=4" width="100px;" alt="Attogram Project"/><br /><sub><b>Attogram Project</b></sub></a><br /><a href="https://github.com/attogram/EightQueens/commits?author=attogram" title="Code">💻</a></td><td align="center"><a href="https://github.com/willb335"><img src="https://avatars2.githubusercontent.com/u/10157307?v=4" width="100px;" alt="Will"/><br /><sub><b>Will</b></sub></a><br /><a href="#question-willb335" title="Answering Questions">💬</a> <a href="#ideas-willb335" title="Ideas, Planning, & Feedback">🤔</a></td><td align="center"><a href="https://github.com/slig"><img src="https://avatars1.githubusercontent.com/u/37779?v=4" width="100px;" alt="Tiago Serafim"/><br /><sub><b>Tiago Serafim</b></sub></a><br /><a href="#question-slig" title="Answering Questions">💬</a> <a href="#ideas-slig" title="Ideas, Planning, & Feedback">🤔</a></td><td align="center"><a href="https://github.com/cityseven"><img src="https://avatars3.githubusercontent.com/u/49065505?v=4" width="100px;" alt="cityseven"/><br /><sub><b>cityseven</b></sub></a><br /><a href="https://github.com/attogram/EightQueens/issues?q=author%3Acityseven" title="Bug reports">🐛</a> <a href="https://github.com/attogram/EightQueens/commits?author=cityseven" title="Code">💻</a></td></tr></table> <!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the all-contributors specification. Contributions of any kind welcome!

Related Skills

View on GitHub
GitHub Stars15
CategoryDevelopment
Updated7mo ago
Forks4

Languages

JavaScript

Security Score

87/100

Audited on Aug 30, 2025

No findings