Hero6
Hero6 copied to clipboard
Save and Load game, with GUI
We need to be able to save and load the game.
We also need a GUI to do so with. Before we can make the GUI we need to complete #6.
If we can encapsulate the current state of the game loop and make that object serializable, we might have a solution for exporting/importing game states for save/restore, but also for error state dumps.
We should keep in mind that savegames needs to be compatible with future version releases.