Hi guys
I've a map that I use as background. The map is all divided into squares and I put items over the squares, like fuel, money, health, life, etc. for the player collect them. Just it.
I intend to create a map editor and I don't know how to do to save the custom map created by user and how to provide it to another players. Maybe I'll need to use a text file with the variables values for each item to store its position and a boolean to check if the player put the item or not and load this information from internet? I really don't know how to proceed.
I want to include an option to the player choose after finish the game if the custom map created by another user is okay or not. If the map receive 3 rejections, it is eliminated from the repository.
Thanks in advance for any help