How do you store your game data?
I'm currently using JSON files, but I'm wondering if SQLite be worth the additional complexity of dealing with SQL queries. For reference my save files range between 40-300KB
#gamedesign #code #json #sqlite #savedata