Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/1boch1/chess
Local-Multiplayer Chess Game
https://github.com/1boch1/chess
Last synced: 21 days ago
JSON representation
Local-Multiplayer Chess Game
- Host: GitHub
- URL: https://github.com/1boch1/chess
- Owner: 1boch1
- License: mit
- Created: 2021-08-11T11:29:45.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-01T21:54:23.000Z (9 months ago)
- Last Synced: 2024-04-01T22:44:46.827Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 197 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chess
Local-Multiplayer Chess Game## Libraries
- [React.js](https://it.reactjs.org/)
## Preview
![chess1](https://user-images.githubusercontent.com/69087218/129026092-4a491679-85af-4044-a62e-07dd9a4bf49f.png)
![chess2](https://user-images.githubusercontent.com/69087218/129026094-5505503a-58f0-464f-833b-f9e15cd7f78b.png)
![chess3](https://user-images.githubusercontent.com/69087218/129026096-c14b9966-4a83-4278-9f01-753282767c9e.png)
![chess4](https://user-images.githubusercontent.com/69087218/129026218-362533f0-2924-4547-8527-fa012711eba0.png)## How to use
- You can see whose turn it is under the board
- By `CLICKING` on one of your pieces, you can see what moves it can make
- After clicking a pawn you can move it by `CLICKING` on one of the **green** squares
## Project setup
- #### Install the dependencies running this command
### `npm install`
- #### Start the React app running this command### `npm start`
> Open [http://localhost:3000](http://localhost:3000) to view it in the browser.