Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 608 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 608 Bytes

Ex-s-Oh-s - A game of Tic Tac Toe written in Ruby as part of the course at Makers Academy

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

screen shot 2017-06-18 at 17 58 11