alvesdan / tic_tac_toe

Simple implementation of a tic tac toe game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tic-tac-toe

Simple implementation of a tic tac toe game.

$ ruby game.rb 
-------
0, 1, 2
3, 4, 5
6, 7, 8
-------
X > 1
-------
0, X, 2
3, 4, 5
6, 7, 8
-------
O > 

About

Simple implementation of a tic tac toe game


Languages

Language:Ruby 100.0%