Go to file
2023-12-05 16:02:08 +01:00
css fix order of leader cards 2023-12-05 00:03:11 +01:00
deps Fetch details of game: Added player seats 2023-11-23 12:52:56 +01:00
install Add stat pages for variants 2023-12-04 17:52:18 +01:00
src use string representations for game outcomes 2023-12-05 16:02:08 +01:00
templates use string representations for game outcomes 2023-12-05 16:02:08 +01:00
.gitignore add build folder to gitignore 2023-12-04 11:13:18 +01:00
.gitmodules Add PyHanabi as git submodule 2023-11-23 09:30:08 +01:00
main.py Move files into src folder 2023-11-23 17:03:36 +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.