From 38b9db5b8f05118c8eeb99433838ee633de6ab4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Wed, 22 Nov 2023 16:30:29 +0100 Subject: [PATCH] Add README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3045987 --- /dev/null +++ b/README.md @@ -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.