Topic: Game Programming /
Best Method for Storing Data?
Right now, for a game that I am making I am making XML files with all of the stats for items, monsters, cards, etc. When the game starts up I read all the XML files and store all the information in arrays. I was planning on uploading this game to kongregate eventually, and I was wondering if there was a way to upload XML files with my swf or if I had to host them myself. If I do have to host them myself, what is the best way of storing the data in the actual swf? Can I somehow store XML files in my swf? Thanks.
|