Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 322 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 322 Bytes

Created using:

$ create-react-app tictacbot
$ cd tictacbot
$ npm install --save boardgame.io
$ npm install -D babel-preset-zero babel-cli


Run multiplayer server with:
$ npx babel-node --presets zero src/Server.js

Run web app server with:
$ npm start

Run the Python bot with:
$ ./tictacbot.py