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