powelli13 / dara-dots

Using Phaser 3 to implement a game idea I have.
MIT License
5 stars 2 forks source link

Player Specific Gamestate (Dara Dots) #31

Open powelli13 opened 2 years ago

powelli13 commented 2 years ago

In order to give each player in Dara Dots a different visual representation of the game we will need to broadcast state differently. This issue will be used to organize my thoughts on what should differ for the players and how to best accomplish this in the code base.

What will differ:

I may need to restructure the coordination of state between the board and game coordinator modules.