forked from Hanabi/hanabi-league
No description
Maximilian Keßler
aedf4a1008
For a low number of games (K=20 for default config), the K-factor is higher than usual. This was evaluated globally and not per rating type as it should be. This commit introduces counting the number of played games per rating type now, leading to K-factors which are independ across rating types |
||
---|---|---|
css | ||
deps | ||
install | ||
src | ||
templates | ||
.gitignore | ||
.gitmodules | ||
hanabi-league | ||
LICENSE | ||
README.md | ||
requirements.txt |
Hanabi League
This is the code for the Hanabi League running on hanab.live.
The goal is to automatically collect the played games and evaluate ELO and all sorts of statistics from it, as well as generate a pleasing website from that data.
This is a full rewrite of what has been done in season zero (which was the test season), featuring:
- A proper database server, PostgreSQL
- More statistics to come (for example, bottom deck risks)
- Separate ELO ratings for each variant, player number and suit count
- ...
This is still work in progress.
License
This is GPLv3-licensed.