Just click on start!



This is a tictoe game library.

You can expand it according to your use.

Fucntion and properties are given below.

Jquery required!.

init()
 tt.init(
 {
 "col":5,
 "row":6,
 'id':'gametable',
 "matchCount":3,
 "bfn":function(){alert('before move occurs')},
 "afn":function(){alert('after move occurs')}
 }
 );

or
tt.init() for default;
move()
 tt.move(obj);
 it takes current cell input element as an object