rdw-archive / WebClient

[Proof of Concept] Browser-based client capable of rendering networked multiplayer games using modern web technologies
1 stars 0 forks source link

Add support for persisting saved variables across sessions #76

Open rdw-software opened 3 years ago

rdw-software commented 3 years ago

Goals:

Roadmap:

rdw-software commented 3 years ago

Can't we just re-appropriate the JsonConfigLoader for this? Might need some cleaning up and it would be more readable if it used the C_FileSystem API directly, though.

Perhaps this is so simple that we don't even need it (though having some tests already in place is a nice bonus)?