arissuryadi / corona-game-template

A template project for building games using AnscaMobile's Corona SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a template project for building games using Corona SDK

Note to previous users

This project has been updated to use the Storyboard API. You can find the old version, which uses Director, in the 1.0 branch.

Usage

Out of the box, this is a working Corona project. It includes a splash screen (loadmenu.lua) which displays images/splash_screen.png for 1 second and then displays the main menu (menu.lua) with the following buttons:

  • Play
  • Settings
  • Help
  • About

Note the naming convention for button images: The buttons for Play are btn_play.png and btn_play_over.png; the buttons for Settings are btn_settings.png and btn_settings_over.png, etc.

If you have Ruby 1.9.3 installed, my Ruby gem nakor provides an easy command-line interface to generating apps from this template.

Credits

This code is MIT licensed, see http://developer.coronalabs.com/code/license

About

A template project for building games using AnscaMobile's Corona SDK