A simple Tic Tac Toe game. An entry for TeamTreehouse.com forum contest.
To play a game run:
$ ruby example/example_game.rb
- Fork it ( https://github.com/[my-github-username]/tic_tac_toe/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request