Sha256: 20f94bbf9984ede107bdb5d68e3972aa7efff9255d84e9bfe48137acb0ed84f6

Contents?: true

Size: 1.51 KB

Versions: 5

Compression:

Stored size: 1.51 KB

Contents

Corona Game Template version 1.0
(c) 2011 by Radamanthus Batnag

This is a template project for building games using Ansca Mobile's Corona SDK (http://www.anscamobile.com/corona/).

This has been tested against Daily Build Version 2011.696 (2011.8.2). It uses the Storyboard API, therefore it will not work with builds that do not have yet the Storyboard API.

USAGE
Out of the box, this is a working Corona project. It includes a splash screen (loadmenu.lua, displays images/splashScreen.png for 1 second) and the following menu buttons:
- Play
- Settings
- Help
- About

Note the naming convention for button images: play.png is the button for Play, settings.png for Settings, etc.

The project directory structure follows my personal convention for projects:

appname
  +-- assets
  +-- appname
  +-- doc

- All code is in appname/appname.
- Game assets (e.g. Illustrator .ai files) are in appname/assets, finished PNGs are copied over to appname/appname because that's where Corona SDK expects them to be.
- The game design document (yes you should have one) and all other documentation are in appname/doc

CREDITS

The code incorporates the latest version of Director class. Director class was written by Ricardo Rauber (http://developer.anscamobile.com/code/director-class-10)

The code also includes some code adopted from the Ghosts vs. Monsters project by Beebe Games (http://blog.anscamobile.com/2010/12/ghosts-vs-monsters-open-source-game-in-corona-sdk/)

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
nakor-0.0.8 lib/nakor/generators/corona-game-template/README
nakor-0.0.7 lib/nakor/generators/corona-game-template/README
nakor-0.0.6 lib/nakor/generators/corona-game-template/README
nakor-0.0.5 lib/nakor/generators/corona-game-template/README
nakor-0.0.4 lib/nakor/generators/corona-game-template/README