8thcolor / ttt-cmd

Command line for the ttt application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TicTacToe - Command line

Rails application allowing to play TicTacToe game against a (drunk) coAmputer.

Built as an show of different kinds of User Interfaces, as part as a talk given at Paris.rb.

Requires the web server to be running locally.

Build the gem

rake install

Usage

Launch your server (expected on localhost:3000). Then:

ttt --start

to start a game.

ttt -g <id> -m <x>,<y>

to play.

About

Command line for the ttt application

License:MIT License


Languages

Language:Ruby 100.0%