forked from Hanabi/hanabi-league
Add README
This commit is contained in:
parent
fa3148798c
commit
38b9db5b8f
1 changed files with 13 additions and 0 deletions
13
README.md
Normal file
13
README.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Hanabi League
|
||||
This is the code for the Hanabi League running on [hanab.live](https://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.
|
Loading…
Reference in a new issue