A gem to assist in playing tic tac toe against an unbeatable computer opponent. Code has full test coverage, and was developed using TDD.
To run, clone the repo:
$ git clone https://github.com/discotroll65/smart_tac_toe.git
Then go to the directory:
$ cd smart_tac_toe
and run the example file:
$ ruby example/example.rb
- Fork it ( https://github.com/[my-github-username]/smart_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