PatamProject / Patam-BookScrabble

1 stars 0 forks source link

fixing bugs #107

Open mayageva11 opened 1 year ago

mayageva11 commented 1 year ago

In summary, we addressed several bugs in the word puzzle game. Initially, when we placed a word on the board, it didn't display the corresponding tile correctly. After debugging and brainstorming, we concluded that creating a group for each tile on the board was necessary. We resolved communication issues and message propagation between the server and the VIEW portion by implementing binding between different parts of the model through the VIEWMODEL. Additionally, we tackled the problem of tile size inconsistency, ensuring that all tiles are of the same size. we also wanted to add a label that would update the turn of the current player

mayageva11 commented 1 year ago

itay, uri, maya and ofek