You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the game is able to show the cards in the deck by asking the server for the number.
When/If the game has a large player base, the repeated packet calls to the server may prove to be an issue.
Details
The Client can keep track of its own deck count by populating the deck attribute in player.ts with a bunch of blank cards.
Please take a look at this issue another time post-MVP
The text was updated successfully, but these errors were encountered:
Abstract
Currently, the game is able to show the cards in the deck by asking the server for the number.
When/If the game has a large player base, the repeated packet calls to the server may prove to be an issue.
Details
The Client can keep track of its own deck count by populating the
deck
attribute inplayer.ts
with a bunch of blank cards.Please take a look at this issue another time post-MVP
The text was updated successfully, but these errors were encountered: