Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mariorodeghiero/valid-chess-moves
Challenge: Valid Chess Moves
https://github.com/mariorodeghiero/valid-chess-moves
chess-game editorconfig es6 eslint heroku javascript nodejs prettier reactjs
Last synced: 21 days ago
JSON representation
Challenge: Valid Chess Moves
- Host: GitHub
- URL: https://github.com/mariorodeghiero/valid-chess-moves
- Owner: mariorodeghiero
- License: mit
- Created: 2019-01-13T00:56:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-20T14:33:53.000Z (about 6 years ago)
- Last Synced: 2024-11-15T22:34:47.428Z (3 months ago)
- Topics: chess-game, editorconfig, es6, eslint, heroku, javascript, nodejs, prettier, reactjs
- Language: JavaScript
- Size: 525 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Valid Chess Moves
Chess is a two-player strategy board game played on a chessboard, a checkered game board with 64 squares/cells arranged in an 8x8 grid. Algebraic notation in chess is a method to map cells using A to H as columns (left to right) and 1 to 8 as rows (bottom to top).
A knight can move either 2 squares horizontally and 1 square vertically OR 2 squares vertically and 1 square horizontally.
The user selects the starting position and clicks the button, the application highlights all the cells where the Knight can move in exactly 2 turns. [More details in this PDF](doc/Full-Stack-assessment.pdf)[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/mariorodeghiero/valid-chess-moves/issues)
[![Feature Requests](https://img.shields.io/github/issues/mariorodeghiero/valid-chess-moves/feature-request.svg)](https://github.com/mariorodeghiero/valid-chess-moves/issues?q=is%3Aopen+is%3Aissue+label%3Afeature-request+sort%3Areactions-%2B1-desc)
[![Bugs](https://img.shields.io/github/issues/mariorodeghiero/valid-chess-moves/bug.svg)](https://github.com/mariorodeghiero/valid-chess-moves/issues?utf8=✓&q=is%3Aissue+is%3Aopen+label%3Abug)
[![The MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](http://opensource.org/licenses/MIT)## Built With
- [ReactJS](https://reactjs.org) - ReactJS
- [styled-components](http://styled-components.com/) - styled-components
- [Heroku](https://www.heroku.com) - Heroku
- [Node.js](https://nodejs.org/en/) - Node.js**Note:** [The API is available in this repository](https://github.com/mariorodeghiero/api-valid-chess-move)
## Style Guide
- [Vs Code](https://code.visualstudio.com) - ReactJS
- [Prettier](https://prettier.io) - Prettier
- [ESLint](https://eslint.org) - ESLint
- [Airbnb](https://github.com/airbnb/javascript/tree/master/react) - Airbnb
- [EditorConfig](https://editorconfig.org) - EditorConfig**Note:** Insert "editor.formatOnSave": true into your User Settings in VSCode.
## Install
First, clone the repository via git:
```bash
git clone https://github.com/mariorodeghiero/valid-chess-moves.git your-project-name
```And then install dependencies with yarn.
```bash
$ cd your-project-name
$ npm install
```## Run
```bash
$ npm run start
```After run, the browser open window automatically at http://localhost:3000/
## Deployment
Run the command below to deploy, minimizing All Files.
```bash
$ npm run build
```## Contributing
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
## Author
- [Mário Antônio do Amaral Rodeghiero](https://github.com/mariorodeghiero)
## Contributors
| [![Mário Rodeghiero](https://avatars1.githubusercontent.com/u/24671133?s=88&v=4)](https://github.com/mariorodeghiero) |
| --------------------------------------------------------------------------------------------------------------------- || [Mário Rodeghiero](https://github.com/mariorodeghiero)
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details