-
Notifications
You must be signed in to change notification settings - Fork 17
RSCdev/SSKCorona
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Table of Contents ================= A. Short and Sweet License B. What's in the kit? C. Basic Usage Note: 'Corona' as used below and throughout SSK refers to the "Corona SDK" a product wholly owned and affiliated with Corona Labs Inc. A. Short and Sweet License ========================== 1. You MAY use anything you find in SSKCorona to: - make applications - make games for free or for profit ($). 2. You MAY NOT: - sell or distribute SSKCorona or the sampler as your own work - sell or distribute SSKCorona as part of a book, starter kit, etc. 3. If you intend to use the art or external code assets/resources, you must read and follow the licenses found in the various associated readMe.txt files near those assets. Note: All of the art assets in this kit are free and created by me OR by other folks who were kind enough to distribute their work for free. So, please be sure to give credit where credit is due and also be sure to respect their licenses. 4. It would be nice if everyone who uses SSK were to give me credit, but I understand that may not always be possible. So, if you can please give a shout out like: "Made with SSKCorona, by Roaming Gamer, LLC.", super, if not, darn... Also, if you want to link back to my site that would be awesome too: https://www.roaminggamer.com/ B. What's in the kit? ===================== This kit contains the following: \ | |--\readMe.txt => This file. | |--\frame => Example SP/MP game framework using SSK. | |--\resources => Free assets/resources (remember to read licences.) | |--\sampler => A sample application containing: | - Benchmarks | - Sample code from forum help | - Input 'devices' (Virtual Dpad/Joystick, sliders, etc.) | - Sample interfaces and interface elements | - Mechanics Samples | - Prototypes of games and game parts from my own efforts | - Miscellaneous code snippets | - and more ... | |--\ssk => The SSK library in standalone form. | |--\winScripts => Useful scripts for Windows(C) users. C. Basic Usage ============== Note: I am working on more extensive and detailed documentation, but until such time as that is available please read the following to get started: The example game 'frame' and the 'sampler' will always have the latest version of SSKCorona embeded in them. However, because you may want to use SSKCorona in your own projects, I am also providing it in a standalone format. To embed SSKCorona in your own projects do the following. 1. Download the '\ssk' folder and all of the files under it from the Github repository. 2. Create your own project folder. Ex: 'C:\myProject' 3. Copy the '\ssk' folder into your project. Ex: 'C:\myProject\ssk' 4. Edit main.cs and add this code before you attempt to use any of the SSKCorona features (so pretty early on in the file). >> local globals = require( "ssk.globals" ) -- Load Standard Globals >> require("ssk.loadSSK") 5. (Optional) If you are Windows(C) user, you may want to copy the contents of the '\winScripts' folder to your project folder. These scripts do the following: - toAndroid.bat => Copies the icons found in 'ssk\appicons\Android\*' to the root of your project directory. - toiPhone.bat => Copies the icons found in 'ssk\appicons\iPhone\*' to the root of your project directory. - toLandScapeRight.bat => Copies the file 'ssk\build.settings.landscapeRight' to the file 'build.settings' in the root of your project directory. WARNING! This will overwrite any existing file. - toPortrait.bat => Copies the file 'ssk\build.settings.portrait' to the file 'build.settings' in the root of your project directory. WARNING! This will overwrite any existing file. Thats it (for now)! Once the library is loaded, you may want to start using SSKCorona features to set up the collision calculator, behaviors, etc. but that is beyond the scope of this readMe.txt file. As mentioned above, I will be writing extensive and detailed documents about all of this. Also, I will be writing articles about SSKCorona features on my site: https://www.roaminggamer.com/ be sure to visit regularly or subscribe to my RSS feed to see these articles when they are published. - edo out!
About
Roaming Gamer - Super Starter Kit for Corona SDK
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published