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.
rake install
Launch your server (expected on localhost:3000). Then:
ttt --start
to start a game.
ttt -g <id> -m <x>,<y>
to play.