1
0
mirror of https://github.com/danbee/chess synced 2025-03-04 08:39:06 +00:00
Multiplayer chess game in Elixir/Phoenix and React https://chess.danbarber.me
Go to file
2016-12-08 17:46:28 +01:00
app Allow pieces to take one another 2016-12-08 17:46:28 +01:00
.gitignore Ignore NPM logs 2016-11-14 16:04:59 +00:00
brunch-config.js Rendering the chess board with React 2016-12-08 09:36:18 +01:00
LICENSE.md Add license 2016-11-14 16:00:50 +00:00
package.json Plumb in redux 2016-12-08 17:46:28 +01:00
README.md Ignore NPM logs 2016-11-14 16:04:59 +00:00
yarn.lock Plumb in redux 2016-12-08 17:46:28 +01:00

Chess

A multiplayer chess game using Vue, VueX.

Instructions

To get started, simply run the following commands in your terminal...

yarn install
brunch watch -s

License

This code is licensed under MIT, see license.md for details.