Simple Level/Map Sharing?
Posted: Sun Jan 29, 2012 7:31 pm
Hi Guys,
I'm working on a game that has a built in level editor for the iPhone/iOS platform. Level editing, creation and playing works great right now, but it is all local. I want to implement a sort of map/level sharing service that is akin to that of Super Meat Boy or another game on iOS called "Eden:World Builder". I don't need crazy features like ratings, all I need is a download count, a simple string of characters that represents the level data, and a unique user ID. I have SOME mysql/php experience, a domain name and a server, but I'd really like to avoid doing it that way at all costs.
TL:DR is there a simple level/map sharing service that can be accessed from iOS that I can use? Data is simple: level string of chars, user ID, download count.
I've tried googling of course, but I couldn't even find an article on doing it the manual way with mysql and php. Also, after the problems that the Super meat boy developers faced from having some security issues, I'm a little scared to do it the manual way
Thanks in advance!
I'm working on a game that has a built in level editor for the iPhone/iOS platform. Level editing, creation and playing works great right now, but it is all local. I want to implement a sort of map/level sharing service that is akin to that of Super Meat Boy or another game on iOS called "Eden:World Builder". I don't need crazy features like ratings, all I need is a download count, a simple string of characters that represents the level data, and a unique user ID. I have SOME mysql/php experience, a domain name and a server, but I'd really like to avoid doing it that way at all costs.
TL:DR is there a simple level/map sharing service that can be accessed from iOS that I can use? Data is simple: level string of chars, user ID, download count.
I've tried googling of course, but I couldn't even find an article on doing it the manual way with mysql and php. Also, after the problems that the Super meat boy developers faced from having some security issues, I'm a little scared to do it the manual way
Thanks in advance!