Skip to content

Commit

Permalink
Added README file
Browse files Browse the repository at this point in the history
  • Loading branch information
lisahamm committed Mar 20, 2015
1 parent d7fa7e3 commit 4889e75
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
#TicTacToe

Ruby Tic Tac Toe gem

## Installation

-Add this line to your application's Gemfile

gem 'tic_tac_toe', :github => 'lisahamm/ruby_ttt'

-And then execute:

$ bundle

-Or install it yourself:

$ gem install tic_tac_toe

## Usage

This gem contains the core logic of a tic tac toe game. It also provides an unbeatable AI component.


0 comments on commit 4889e75

Please sign in to comment.