Exemplo n.º 1
0
 public GameBoard()
 {
     this.gameBoard     = new ITile[NumberOfRows, NumberOfColumn];
     this.tileGenerator = new TileGenerator();
     this.hint          = new Hint();
     this.score         = new Score();
 }
Exemplo n.º 2
0
 public GameBoard()
 {
     this.gameBoard     = new ITile[NumberOfRows, NumberOfColumn];
     this.tileGenerator = new TileGenerator();
 }