phxql / restwars

An online game (like the good old browsergames) which can be played via a REST interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement player ranking

phxql opened this issue · comments

Implement a system where players are ranked against each other.

One idea is to accumulate the resources for the buildings / ships / technologies a player have.

Started implementing points system. The endpoint to get the player ranking is still missing.