I’ll need to save some values for my game. Such as levels, experience etc…
Where should I store these values? I was thinking of having a bunch of integer values in a folder (where should I keep the folder located) and also, how do I go about saving and loading a data store to load an entire folder of values? Thank you.