Driftwood2D / Driftwood

Driftwood 2D Tiling Game Engine and Development Suite
http://tileengine.org/
MIT License
24 stars 1 forks source link

JSON Databases #77

Closed seisatsu closed 7 years ago

seisatsu commented 7 years ago

My homebrew ScaffyDB is inelegant and only stores strings. JSON files can store most basic Python types. Let's switch the database backend to JSON. We will have a tick event that checks if the in-memory database has been modified every so often and pipes the data through zlib to the disk for storage.

seisatsu commented 7 years ago

Done in 17f890e16877ea806d2aa6266f5acf86104f824c.