BenoitAverty/reactive-goban

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.babelrc
.eslintrc
.gitignore
.npmignore
.travis.yml
DOCUMENTATION.md
LICENSE
README.md
examples/cycle-goban-example.html
examples/react-goban-example.css
examples/react-goban-example.html
package.json
examples.webpack.config.js23
examples/cycle-goban-example.js52
examples/react-goban-example.js20
src/CycleGoban/CycleGoban.js48
A
25 mins
src/GoGame/GoGame.js25
src/GoGame/actions/index.js21
src/GoGame/gobanUtils.js60
src/GoGame/reducer/index.js36
src/GoGame/reducer/playMoveReducer.js51
A
2 hrs
src/GoGame/reducer/setMarkReducer.js26
src/ReactGoban/ReactGoban.js60
A
25 mins
src/index.js5
umd-build.webpack.config.js22