opengamedata / opengamedata-core

Python framework for extracting features from OpenGameData event datasets.
https://opengamedata.fielddaylab.wisc.edu/
MIT License
1 stars 3 forks source link

Find way to set releases of game modules by version, especially for schemas #174

Open LswaN58 opened 5 days ago

LswaN58 commented 5 days ago

So far, best option seems to be to give each game its own module.

However, this would probably be best accompanied by submoduling to handle clones where you want to work on core and games in combination - but then question is whether you clone core and get games as submodules, or get individual game module and have core as submodule? Guessing you can't easily do both without infinite recursion... annoying.