https://github.com/jasperck/react-gobang
Gobang built with React, Redux, Immutable.js. https://jasperck.github.io/react-gobang
https://github.com/jasperck/react-gobang
canvas game gobang immutablejs react redux
Last synced: 8 months ago
JSON representation
Gobang built with React, Redux, Immutable.js. https://jasperck.github.io/react-gobang
- Host: GitHub
- URL: https://github.com/jasperck/react-gobang
- Owner: jasperck
- License: mit
- Created: 2018-01-04T16:08:45.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-07T06:39:01.000Z (about 7 years ago)
- Last Synced: 2025-04-27T19:47:31.908Z (11 months ago)
- Topics: canvas, game, gobang, immutablejs, react, redux
- Language: JavaScript
- Homepage:
- Size: 5.79 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-gobang
Gobang built with React, Redux, Immutable.js, Create React App.
Supports **Canvas** and will fallback to **Dom** when Canvas is not supported.
[Play here!!](https://jasperck.github.io/react-gobang)

### Develop
```sh
cd react-gobang
# install
yarn
# start dev server
yarn start
# then go http://localhost:3000/
```
### TODOs
- [ ] testing
- [ ] retract false
- [ ] play with AI
### Contribute
Issues, PRs, and all the advise and discussion are very welcome.
## Author
Jasper Chang
### License
[MIT](./LICENSE)