A simple game of tictactoe played from the command line.
npm install tctctoPlay a game of tictactoe!
=========================
Installation:
> node install tctcto
Usage:
> node
> var game = require('tctcto');
> game.play() // to play many rounds
> game.playRound() // to play a single round