Go to file
Maximilian Keßler eb833db3ce
change database schema: include winrate
2024-01-20 13:32:06 +01:00
css fix table style 2024-01-14 12:57:59 +01:00
deps improve endgame table output 2024-01-14 13:11:02 +01:00
install change database schema: include winrate 2024-01-20 13:32:06 +01:00
src generate game pages also for games with no endgame analysis 2024-01-14 13:48:49 +01:00
templates link to game sites instead of replays 2024-01-14 13:49:37 +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
LICENSE add LICENSE: gplv3 2023-12-22 22:34:48 +01:00
README.md add LICENSE: gplv3 2023-12-22 22:34:48 +01:00
hanabi-league expand cli for endgames 2024-01-13 15:38:57 +01:00
requirements.txt use string representations for game outcomes 2023-12-05 16:02:08 +01:00

README.md

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.

License

This is GPLv3-licensed.