Khalidmerai / Scrabble-sysc3110-project

0 stars 0 forks source link

Adjusted the Tile and square class and created gameboard class #4

Closed SaadEidGit closed 2 years ago

SaadEidGit commented 2 years ago

Added the switch case in the constructor for the letters and value in the Tile class and adjusted the square class accordingly. Also added the Gameboard class with the printBoard method and building squares onto the board.