Py-Hanabi/hanabi
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
..
database make starting_player an attribute of seeds instead of games 2023-07-07 14:20:24 +02:00
live make starting_player an attribute of seeds instead of games 2023-07-07 14:20:24 +02:00
solvers Improve DB connection handling: Lazy init + config 2023-07-05 20:54:26 +02:00
__init__.py Adapt imports to new package structure 2023-07-04 18:53:18 +02:00
cli.py support db password in config file 2023-07-05 20:59:20 +02:00
constants.py add example config, change default db name 2023-07-05 21:13:01 +02:00
hanab_game.py improve error handling when downloading games: Throw proper assertions, assume nothing about returned data 2023-07-05 09:00:03 +02:00
logger_setup.py Use appropriate app_dirs for cache and log files 2023-07-04 22:09:28 +02:00