This is a simple CLI (command-line interface) to play tic-tac-toe or ultimate tic-tac-toe.
The computer player uses aye-aye.
To play, you'll need node.js; then clone the repo, cd into it, and:
$ npm install
...
$ npm start
Licensed under the MIT license.