I am having a little problem with keeping some information. We have a game where we use a hashmap to store all possible tasks for the player. The player can add more data to this and we want to save it locally. Is there any way to do this AND make it work as a native Windows app? We tried local storage, but this doesn't seem to work when ran on Windows.
Any ideas?