NTaylorMullen / ShootR

Multiplayer space ship game built on the SignalR framework.
MIT License
387 stars 199 forks source link

Add Leaderboard #21

Closed NTaylorMullen closed 11 years ago

NTaylorMullen commented 12 years ago

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.