Would anyone be interested in such a thing?
I am working on a turn-based game which uses parse.com as its backend to store user and game data, and much of the code could be re-used for any sort of turn-based game, so it occurred to me that this might be of use to other Corona developers. Basically everything that is in an app like Songpop that isn’t the gameplay itself.
It would include tasks such as:
Creation of accounts using e-mail or facebook sign-in
Login to accounts and retrieval of user & game data
Linking an existing e-mail account to a facebook user
Find opponents based on given criteria
Find which of your facebook friends play the game
Download facebook pictures of friends and other opponents
Display potential matches (random or facebook friends)
Search for users by e-mail, username etc
Invite facebook friends without the game installed to play
Display list of games in progress with score and status
User settings/profile screen including password reset
Post-round score update screen
Push notifications to opponents to remind them to play back
Chat system (probably using pubnub rather than parse.com)
Display game result with photo on facebook feed
Update game status and upload round information to parse.com via batch operations
Detect whether a user validated their signup e-mail address