xescugc / maze-wars

Bring your enemies lives to 0 by stealing them with your summoned units passing through their mazes, but be careful, they'll do the same to you!
http://maze-wars.com
MIT License
12 stars 1 forks source link

Ranked games and ELO #200

Open xescugc opened 6 months ago

xescugc commented 6 months ago

Aside from being able to play normal games, ranked games should also be a possibility.

The ranking itself will use ELO to calculate the scores.

The main issue is that Games can have up to 6 players so it's just that 1 player won and another loose (or one team won and one team lose).

There are several links I found online on how to calculate ELO for multi players:

As for GO lib I think https://github.com/kortemy/elo-go is good for it (need to test it but looks good)

Also when looking for a Ranked game the players should be of the same range of ranking.

xescugc commented 3 months ago

For an MVP we could start with having the 1v1 be the only ranked option for now.