game engine for tictactoe / naught and crosses
npm install tictactoe-sim

var tic = require('tictactoe')
var toe = new tic
toe.viewBoard()
toe.playGame()
toe.viewBoard()
`running tests
install mocha
`
npm install mocha -g
npm install
npm test
`build from source
Source is written in ES6/ES2015. If you make any changes run `npm run compile`` before running tests.