Home

Awesome

Empty Project Template for Corona SDK Starters

This is an empty project template for Corona SDK starters, explaining some of the basic concepts and providing an example project organization.

Some of the basic concepts included and explained in this template are:

I would also recommend looking into links that Alex@Panc from the Corona forums suggested: (http://forums.coronalabs.com/topic/55629-just-a-idea-a-reference-project-schema/?p=288301)

  1. Project settings: http://docs.coronalabs.com/guide/basics/configSettings/index.html
  2. Event listener system: http://docs.coronalabs.com/guide/events/detectEvents/index.html
  3. Display objects: http://docs.coronalabs.com/guide/media/displayObjects/index.html
  4. Transitions: http://docs.coronalabs.com/guide/media/transitionLib/index.html
  5. Scene management: http://docs.coronalabs.com/guide/system/composer/index.html
  6. Physics and you: http://docs.coronalabs.com/guide/physics/physicsSetup/index.html
  7. Saving game data: http://docs.coronalabs.com/guide/data/readWriteFiles/index.html