Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 366 Bytes

README.md

File metadata and controls

23 lines (11 loc) · 366 Bytes

#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 install

-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.