#TicTacToe
Ruby Tic Tac Toe gem
-Add this line to your application's Gemfile
gem 'tic_tac_toe', :github => 'lisahamm/ruby_ttt'
-And then execute:
$ bundle install
-Or install it yourself:
$ gem install tic_tac_toe
This gem contains the core logic of a tic tac toe game. It also provides an unbeatable AI component.