https://github.com/1boch1/chess
Local-Multiplayer Chess game
https://github.com/1boch1/chess
chess-game reactjs
Last synced: 3 months 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 (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-01T21:54:23.000Z (about 1 year ago)
- Last Synced: 2025-02-01T15:35:00.197Z (5 months ago)
- Topics: chess-game, reactjs
- Language: JavaScript
- Homepage:
- Size: 199 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



## 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.