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 d6a950c commit 81d97cc
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# TicTacToe

Sinatra Tic Tac Toe game built around a Ruby Tic Tac Toe gem.

## Installation

Clone the git repository

$ git clone https://github.com/lisahamm/sinatra_tic_tac_toe

Then `cd` into the directory

$ cd sinatra_tic_tac_toe

Install dependencies

$ bundle install

Run app

$ ruby tic_tac_toe_controller.rb

## Usage

The game is setup for two human players or one human player and an unbeatable computer player.
The human player can pick its mark ('X' or 'O') and its turn order (first or second).
Human players must click on a cell/square to set the corresponding cell with their mark.



0 comments on commit 81d97cc

Please sign in to comment.