Infrastructural TODOs
Closed this issue · 1 comments
fabio-t commented
- make entity creation data driven: look into artemis-odb json serialiser
- linked to above: need to save/load the game, even for testing, as it speeds things up
- for debug, make some more world/entity creation commands for the player, so that I can test various things without re-running the game
fabio-t commented
Decided to go the easy way and use Jackson (de)serialiser to load the "template" information for entities. Completely skipped artemis-odb serialisation but might need it for savegames.