dpc / rhex

ASCII terminal hexagonal map roguelike written in Rust
154 stars 18 forks source link

Save & restore game. #7

Open dpc opened 8 years ago

dpc commented 8 years ago

struct Engine needs a serialization and deserialization support. This could be dumped to file on exit, and restored during next run.