Tic-Tac-Toe command line game in Ruby for The Odin Project. Updated for the Testing Ruby lesson.
The game may be run with ruby play.rb
Build a Tic-Tac-Toe game on the command line where two human players can play against each other and the board is displayed in between turns.