Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
Attogram Project

💻Will
Will

💬 🤔Tiago Serafim
Tiago Serafim

💬 🤔cityseven
cityseven

🐛 💻

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!