class Tic::Board

Defined in:

tic.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(board : Array(Array(Int32 | Nil))) #

[View source]
def self.new #

[View source]

Instance Method Detail

def add(row : Int32, col : Int32, piece) #

[View source]
def check(piece) #

[View source]
def display #

[View source]