This template is a fully functioning ‘freemium’ game which is commented throughout, allowing anyone to release their own ‘4 pics 1 word’ style game by swapping in their own theme, graphics, clues etc. This was the engine used to release our apps Picture Word, Which Team and Band in 4 Pics.
Can also be used as a learning tool to see how a fully functioning game is put together using Corona SDK.
The cost is $14.99 and is available to buy here:
Gumroad for credit/debit card payments: https://gumroad.com/l/nXRZ
Sellfy for payment via paypal: https://sellfy.com/p/jpHj
Use storyboard to move between scenes
Use storyboard overlays (bring in a new scene while the current one remains underneath)
Use storyboard createScene function to draw your scene
Use storyboard enterScene function to set up the scene after drawing
Use storyboard exitScene function to clean up the scene when exiting
Use global variables to track certain key game information
Display a level select screen, with a level unlocking system
Use global functions to perform certain tasks from within any module
Save and load lua tables to JSON using the GGData library by Glitch Games
Import data from another lua module
Group common objects into display groups
Show pop-ups/windows/interstitials using display groups
Shuffle a lua table
Use multi-dimensional arrays
Handle touch events on multiple buttons in one function
Use transitions to move and manipulate display objects and display groups
Use an enterFrame listener to create periodic events
Implement inneractive via adMediator, iAds and revmob interstitials
Post a screenshot to facebook wall
Get data from an external config file stored on a server
Get new levels and graphics stored on a server
Manipulation of strings
Implement in-app purchases through a shop screen
Use consumable purchases to buy in-game items
Use a non-consumable purchase to upgrade to a paid version
A’ rate-me’ pop-up
Use native alerts to get user feedback or just display a message
Load sounds into a lua table and play on demand
Load and use custom fonts
Use custom parameters to control functions and re-use code effectively
Create a HUD
It also includes a pdf file with instructions as to how the code is structured.