Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-07T06:39:01.000Z (almost 6 years ago)
- Last Synced: 2024-11-27T16:13:52.372Z (2 months ago)
- Topics: canvas, game, gobang, immutablejs, react, redux
- Language: JavaScript
- Homepage:
- Size: 5.79 MB
- Stars: 3
- Watchers: 2
- 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)
![screenshot](screenshot.png)
### 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)