Quick start guide.
bundle exec rspec
Enter the following file in pry or erb:
require '/lib/game.rb'
and then start a new game, passing in the following information as so:
game = Game.new("Player 1 Name", "Player 1 Symbol", "Player 2 Name", "Player 2 Symbol")
Then to play simply follow the instructions on the screen