Go to file
2023-12-08 11:41:30 +01:00
css add summary stats 2023-12-05 18:17:06 +01:00
deps Add tabulator as submodule dependency 2023-12-08 11:41:30 +01:00
install Add default start + end dates 2023-12-07 14:27:13 +01:00
src simply variant tables: less data repetition 2023-12-07 16:37:55 +01:00
templates Update info site 2023-12-08 00:56:44 +01:00
.gitignore add build folder to gitignore 2023-12-04 11:13:18 +01:00
.gitmodules Add tabulator as submodule dependency 2023-12-08 11:41:30 +01:00
main.py change default: fetch variant info 2023-12-07 15:26:42 +01:00
README.md Add README 2023-11-22 16:30:29 +01:00
requirements.txt use string representations for game outcomes 2023-12-05 16:02:08 +01:00

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.