Py-Hanabi/hanabi/database
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 Improve DB connection handling: Lazy init + config 2023-07-05 20:54:26 +02:00
database.py fix db connection 2023-07-05 22:53:35 +02:00
games_seeds_schema.sql make starting_player an attribute of seeds instead of games 2023-07-07 14:20:24 +02:00
init_database.py log variant id on num_player mismatch 2023-07-06 23:49:33 +02:00
variant_suits_schema.sql Refactor imports, remove code in imported files 2023-07-04 21:15:33 +02:00