Need to add leader-board that's updated real time on the clients.
The hardest part of this feature will be not impacting performance via increased payload size.
Ideas:
In the initial configuration call get the already added leader-board users.
Every Draw push down any deltas of the leader-board.
(Future) Maybe have Leaderboards be based off of a separate connection
Concerns:
Will want to create an alternate mapping between ships and leader-board name other than conn ID. The conn ID will be a huge payload size hit if sent.
Need to add leader-board that's updated real time on the clients.
The hardest part of this feature will be not impacting performance via increased payload size.
Ideas: In the initial configuration call get the already added leader-board users. Every Draw push down any deltas of the leader-board.
(Future) Maybe have Leaderboards be based off of a separate connection
Concerns: Will want to create an alternate mapping between ships and leader-board name other than conn ID. The conn ID will be a huge payload size hit if sent.