Skip to content

Ex's & Oh's - A Tic Tac Toe Tech Test practice for Makers Academy

Notifications You must be signed in to change notification settings

BertZZ/Ex-s-Oh-s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Ex's & Oh's - A Tic Tac Toe Tech Test practice for Makers Academy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages