Hi! I’ve been working on a small save system for my own C++ game project, and I ended up packaging it as a standalone kit in case it’s useful to other developers too.
Hgez C++ Save Kit is a simple, engine-agnostic save system for C++20.
It includes:
- Multiple save slots
- int, double, bool and string values
- Deterministic save output
- Transactional loading
- No external runtime dependencies
- Full source code
- Tests
- Basic example
- Visual demo source
I built it mainly because I wanted something small and understandable instead of pulling in a large save framework for a relatively simple job.
The kit is currently tested on Linux x86_64, and the code is designed to stay portable across Windows, Linux and macOS.
Project page: https://hgez.itch.io/hgez-c-save-kit
Price: $4.99
I’m also working on more small C++ game-development kits based on systems I’m building for my own project, so feedback is very welcome.
[INSERT IMAGE OR VIDEO HERE]
Thanks for taking a look!

