Game objects currently just have generic .read_game and .write_game operations, where .write_game takes a format parameter to determine the output format, while .read_game tries various formats until one is successful.
Looking at e.g. pandas, it seems it would be better to have functions that explicitly read and write the different supported formats.
Gameobjects currently just have generic.read_gameand.write_gameoperations, where.write_gametakes aformatparameter to determine the output format, while.read_gametries various formats until one is successful.Looking at e.g.
pandas, it seems it would be better to have functions that explicitly read and write the different supported formats.