Skip to content

radamanthus/nakor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nakor

Nakor is a Ruby gem for generating a template application for Corona SDK. It creates a template app with a splash screen, a menu with four buttons (Play, Settings, Help, About), and one scene for each of the four buttons. It uses Corona SDK's built-in Storyboard to manage scenes.

The generated app also includes RadLib, a library of utility Lua functions to support Corona SDK development.

If you're not familiar with Ruby, or you just want the template code without this wrapper gem, please check out Corona Game Template.

Installation

gem install nakor

Usage

nakor generate awesome_app

This will create the awesome_app directory in the current directory. To run it in Corona simulator:

/Applications/CoronaSDK/simulator awesome_app

Development

To release a new version:

gem bump
gem release

Credits

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

About

A Ruby gem that incorporates corona-game-template to make generating new Corona SDK games easier.

Resources

Stars

Watchers

Forks

Packages

No packages published