jordao76 / tic-tac-toe-cli

CLI for tic tac toe and variants

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tic Tac Toe CLI

Build Status Dependency Status devDependency Status License

This is a simple CLI (command-line interface) to play tic-tac-toe or ultimate tic-tac-toe.

CLI

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

License

Licensed under the MIT license.

About

CLI for tic tac toe and variants

License:Other


Languages

Language:CoffeeScript 99.3%Language:JavaScript 0.7%