Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 751 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 751 Bytes

Super Starter Kit 2

(Latest Release: 2018.01.02)

Find the full docs here.

What Is It?

Super Starter Kit 2 (aka SSK2) is a collection of libraries and utilities designed to take your Corona SDK development experience to a whole new level of efficiency and speed.

Donate?

PayPal

Installing SSK2

To use SSK2, simply:

  1. Copy the ssk2 folder and its contents to the same folder as your main.lua file.
  2. Add this to main.lua at or very near the top of the file:
require "ssk2.loadSSK"
_G.ssk.init()

The Docs

Find the full docs here.