jgabaut / helapordo

A roguelike terminal game, using ncurses.
https://jgabaut.github.io/helapordo-docs
GNU General Public License v3.0
15 stars 0 forks source link

[FEATURE] Implement saves using binary files #66

Closed jgabaut closed 3 months ago

jgabaut commented 6 months ago

Situation

At the moment the saving/loading is based on plaintext, which is obviously not the best but it gets the job done.

Steps

Relevant docs:

Useful links:

jgabaut commented 3 months ago

This was implemented as an experimental feature with 1.4.4. Closing this issue, a new one for refinements will be opened.