For our own games I’ve built a generic template (splash screens, menu, settings, save/load handling). I.e. not an actual game template as such, more just the boring stuff that nobody actually wants to have to spend any time on before getting to the real game code.
Anyway, I’ve come to realise that this is so generic that it’s actually probably useful enough to others to warrant release to the marketplace, so I’m about to start bundling it all up for submission.
With plugins we have some documentation on what to package up: https://docs.coronalabs.com/native/plugin/luaplugin.html#plugin-submission
But I can’t seem to find anything similar for template submissions. Do we literally just zip up the whole project folder and upload that? What about the Icon files and whatnot that project folders contain by default?
Do we need to include our own license or does the marketplace checkout process cover that for us? If we’ve to include our own, any advice on what’s suitable? I’ve only ever released source code under GPL before but this would give everybody the right to re-distribute which doesn’t seem correct for a commercial release, but then I do of course want to allow developers to otherwise do what they want with this… it’d be a little useless otherwise!
Thanks.