ScoreKeeper Plugin
Easily keep track of your players scores locally on the device in a persistent manner.
Get the Plugin
If you don't already have it, get the ScoreKeeper plugin from the Corona Marketplace.
Load the Plugin
Load the plugin by adding an entry to the plugins table of build.settings file:
settings = { plugins = { ["plugin.scorekeeper"] = { publisherId = "com.develephant" }, }, }
Initialize the Plugin
See the API documentation for details on initializing the plugin in your code.