Karanstr / rust_grid_game

Take 3, fr this time?
0 stars 0 forks source link

Serialization & Deserialization of the Graph #40

Open Karanstr opened 3 days ago

Karanstr commented 3 days ago

Allow for saving and loading of the graph, either from a file or text string? Worst case we just json-ify the whole thing but I'd like to create a more compact system if possible. Maybe you mass modify (#34) by compacting the area (#6), then serializing it and loading from that serialization, potentially taking advantage of #7?