tctcto
v1.1.1
Published
A simple game of tictactoe played from the command line.
Readme
Play a game of tictactoe!
Installation:
> node install tctctoUsage:
> node
> var game = require('tctcto');
> game.play() // to play many rounds
> game.playRound() // to play a single round