Skip to content

municz/ttt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ttt

Build Status Coverage Status

Simple repo for testing testing

Usage

# gem install bundler
# bundle install
# irb -I lib

require 'tictactoe'
ttt = TicTacToe.new([["X", "X", "X"],
                     ["O", "O", "_"],
                     ["O", "_", "_"]])

ttt.winner # => "X"

To run tests:

rake test

About

Test reporitory for testing tests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages