radamanthus / corona_example_menu

This is an example project for teaching how to build an app that can update its contents from the Internet.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a template project for building games and apps using Corona SDK

This project was originally corona-game-template. Because it is generic enough to be used for business apps too, it has been renamed to Corona Application Template, or CAT for short, a.k.a. Muning. Muning is a common Filipino name for a cat.

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:

  • Start
  • 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

It incorporates these Lua libraries: radlib (from the author) - https://github.com/radamanthus/radlib GGSound (Glitch Games) - https://github.com/GlitchGames/GGSound GGMusic (Glitch Music) - https://github.com/GlitchGames/GGMusic

About

This is an example project for teaching how to build an app that can update its contents from the Internet.


Languages

Language:Lua 100.0%Language:Shell 0.0%