Example #1
0
File: Game.cs Project: sshipsey/TTT
 public Game()
 {
     turn = false;
     isLive = true;
     board = new Board();
 }