Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.19 KB

README.md

File metadata and controls

24 lines (18 loc) · 1.19 KB

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:

  • Basic Composer and Widget functions
  • Working with folders
  • Events and Listeners
  • Creating images and texts
  • Defining variables to objects
  • Timers and Transitions

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