kiytang / tic_tac_toe

Test Driven TicTacToe using Ruby and RSpec

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TicTacToe

###Task: Followed the tutorial provided by:http://codequizzes.wordpress.com to create a fully tested (using RSpec) command line Tic-Tac-Toe game using Ruby.

###Status Update:

  • Class Board (completed)
  • Class Cell (completed)
  • Class Player (completed)

###Todo:

  • Create a Game class in order to manage the moves and turns of the players (Update:Application fully completed 29/04/2014)

###To Run; On the command line run:

$ ruby example/example_game.rb

Installation

Add this line to your application's Gemfile:

gem 'tic_tac_toe'

And then execute:

$ bundle

Or install it yourself as:

$ gem install tic_tac_toe

About

Test Driven TicTacToe using Ruby and RSpec

License:MIT License


Languages

Language:Ruby 100.0%