PatamProject / Patam-BookScrabble

1 stars 0 forks source link

gameHandler class #7

Open ItayE97 opened 1 year ago

ItayE97 commented 1 year ago

ofek starts building: 1.The Game Handler is responsible for managing all the events that occur in the game. This includes actions such as taking a tile from the bag, placing a word on the board, handling player disconnections, and determining the winner of the game. The Game Handler ensures that the game progresses smoothly and handles the necessary actions and outcomes based on the players' interactions.