Skip to content

francoijs/TicTacBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published