Hi!
I want to add possibilty to save progress in my game. I just need save some information about unlocked levels. I try use code from https://github.com/CartBlanche/MonoGame-Samples/blob/master/Storage/SaveGame.cs but didnt work anymore.
I have three assumptions about game save:
*Not readable for players (XMLSerialization isn’t good idea)
*Hard to be edited
*Working on most platform (if its possible)