Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem.
Install it yourself as:
$ gem install ./tictactoe_game.gemspec/game-0.0.0.gem
Open your IRB console with:
$ irb
Then load the gem into IRB with;
> require 'game'
And finally start the game making used of the instance:
> Game.new.start_game
Let the fun begin!