Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)