Hey Corona devs !
I’ve just released a starter App, called Cherry : you may use it as a base, or to pick components from, in order to start your own game.
This base has been extracted from my latest mind game Phantoms, and is the base from which I’ll build the next one to win time.
Cherry provides the following facilities and libraries:
Game worflow
Avoid developing your screens by using many pre-defined screens to go straight to the point :
- Home + Options
- Level Selection
- Playground
- Score
- Profiles
- Credits
Libraries
Many libraries to provide easy tooling for your app :
- screen routing
- game Camera
- touch controller
- sound library (music + effects)
- a sublevel to register effects from CBEffects.
- user profile and game status
- google analytics events (a lot are already plugged in the workflow)
Components
Either use these components within the full workflow or pick them one by one to use it in your own game.
You can check the complete code and documentation on the github repo.
Let me know your thoughts,
Chris