Commit Graph

4 Commits

Author SHA1 Message Date
98bbe02495
improve on game: add todo and provide list of dark suits 2023-07-08 09:47:10 +02:00
722838243f
make starting_player a property of instances, not games 2023-07-07 14:32:11 +02:00
184129fca0
improve error handling when downloading games: Throw proper assertions, assume nothing about returned data 2023-07-05 09:00:03 +02:00
a93601c997
Refactor imports, remove code in imported files
We now only use relative imports for files in the same directory
Also, only modules are imported, never classes/functions etc
Furthermore, main methods in package files have been removed,
since they do not belong there
2023-07-04 21:15:33 +02:00