Go to file
2023-12-04 11:13:18 +01:00
deps Fetch details of game: Added player seats 2023-11-23 12:52:56 +01:00
install start website implementation 2023-12-03 21:19:36 +01:00
src add variant page to website 2023-12-04 11:11:02 +01:00
templates add variant page to website 2023-12-04 11:11:02 +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 start website implementation 2023-12-03 21:19:36 +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.