An open API service indexing awesome lists of open source software.

https://github.com/styd/tictactoe

Tic Tac Toe on the terminal
https://github.com/styd/tictactoe

game ruby ruby-gem terminal

Last synced: 3 months ago
JSON representation

Tic Tac Toe on the terminal

Awesome Lists containing this project

README

        

# TicTacToe

on your terminal.

## Installation

$ gem install t3_game

## Play it

$ t3

![Play Screenshot](https://raw.githubusercontent.com/styd/TicTacToe/master/screenshot/play.gif)

## Try other options
Such as:

$ t3 4
$ t3 3 "['a','b']"
$ t3 5 "['x','o']" "['Andre','Beta']"

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/styd/TicTacToe.

## License

The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).