lezoudali / TicTacToe_Ruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Practicing Object Oriented Design


The game can be play using the default 3x3 grid or The user can specify a number N, to play with a NxN grid I limited N to be between 3 and 6 but it is capable of going beyond that.

Play

$ ruby tic_tac_toe.rb

About


Languages

Language:Ruby 100.0%