Py-Hanabi/hanabi/live
Maximilian Keßler 3ab35eb10d
make starting_player an attribute of seeds instead of games
Since all games on a particular seed have the same starting player,
we should store this accordingly.

Note that this option is only used for old seeds (before 2020)
from the hanab.live database.

Regardless, we need to support this to be able to support these old
games.
2023-07-07 14:20:24 +02:00
..
__init__.py refactor files into proper submodules (not functional yet) 2023-07-04 18:52:59 +02:00
check_game.py Refactor imports, remove code in imported files 2023-07-04 21:15:33 +02:00
compress.py Refactor imports, remove code in imported files 2023-07-04 21:15:33 +02:00
download_data.py make starting_player an attribute of seeds instead of games 2023-07-07 14:20:24 +02:00
hanab_live.py Refactor imports, remove code in imported files 2023-07-04 21:15:33 +02:00
instance_finder.py Improve DB connection handling: Lazy init + config 2023-07-05 20:54:26 +02:00
site_api.py do not treat failed requests as erros in site_api 2023-07-07 14:19:57 +02:00
variants.py Improve DB connection handling: Lazy init + config 2023-07-05 20:54:26 +02:00