gramanicu / cooking-crisis-api

The backend server for the Food Crisis game
MIT License
0 stars 0 forks source link

Implement leaderboard creation service #43

Open gramanicu opened 3 years ago

gramanicu commented 3 years ago

Specification

The leaderboard will be updated periodically. Only the first 100 players will be shown, but any player can see his ranking. To create the leaderboard: search through all the players, and order them by their elo. The IGN-ELO pairs will be added to the leaderboard, in a "sorted set".

The leaderboard can be recreated at a set interval, or when the server starts.

gramanicu commented 3 years ago

Feature delayed, as public matchmaking was also delayed