C7-Game / Prototype

An early-stage, open-source 4X strategy game
https://c7-game.github.io/
MIT License
32 stars 9 forks source link

rough prototype code only - save by value #413

Closed pcen closed 3 months ago

pcen commented 1 year ago

edit: I'm using this code as reference for current PRs, but this branch shouldn't be branched off of or used directly

this is a proof of concept based on https://github.com/C7-Game/Prototype/discussions/377 for save game format

how to try this out

I've done some previous experiments with save game structure previously attempting to serialise GameData directly and use c# references, but this seems like the most promising way to serialise saves.

QuintillusCFC commented 3 months ago

This branch got auto-closed when I deleted the already-merged use-tilemaps-render-cities branch. Not sure why it didn't just change the base to the use-tilemaps branch? At any rate, since it says it's experimental and for reference only, I'll leave it closed - it also helps reduce the confusion around which PRs relate to which other ones.