Hi,
Creating (and sharing) maps is mainly different than regular gameplay because you'll have to save & load the data from a file. The best format for this would be JSON. What you'd need to do is a JSON-converter (such as miniJSON or JsonFX) which can convert class-struct to files and back. Look into some tutorials for that. It's a type safe and solid solution.
Cheers,
Ivo
↧