Hello,
I’m writing you for a game design question… I’m writing a game in Corona, and it will be published with a fixed numbers of game levels.
I’d like to add some level every week or every month (I still have to determinate this).
I think I have two solutions:
-
create something in the game that search for new levels on a server (I have the server, and I can write the services for download the levels) and download these levels (maybe updating an Sqlite db inside the game?)
-
create every time a new version of the game with the new levels, publish it on the stores and let them announce the new version (and ask for updating)
What do you think is the best solution?
Thank you very much for every suggestion.
Ursula