Go to file
2023-11-23 09:30:08 +01:00
deps Add PyHanabi as git submodule 2023-11-23 09:30:08 +01:00
install Initialize base ratings for variants 2023-11-23 01:18:26 +01:00
.gitignore Ignore test file 2023-11-22 18:56:34 +01:00
.gitmodules Add PyHanabi as git submodule 2023-11-23 09:30:08 +01:00
config.py Improve output 2023-11-23 00:06:00 +01:00
constants.py Add code to fetch new games 2023-11-22 23:35:47 +01:00
database.py Initialize player base ratings on sign-up 2023-11-23 01:36:23 +01:00
fetch_games.py start implementation of fetching game details 2023-11-23 09:28:13 +01:00
hanabi Add PyHanabi as git submodule 2023-11-23 09:30:08 +01:00
log_setup.py Set up DB connection 2023-11-22 15:31:36 +01:00
main.py Initialize base ratings for variants 2023-11-23 01:18:26 +01:00
README.md Add README 2023-11-22 16:30:29 +01:00
requirements.txt Add code to initialize variants 2023-11-22 18:56: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.