Skip to content

Instantly share code, notes, and snippets.

@SkyTheCoder
SkyTheCoder / Main.lua
Created July 1, 2013 02:05
Codeler AutoInstall
--Codeler Single Install
--Installer created by @Briarfox
--- This will pull the Codeler project into Codea for you
-- Instructions:
-- * Create a new project in Codea named Codeler If you chose another name please change the variable Below
--This is case sensitive
ProjectName = "Codeler"
-- * Paste this into the Main (not from the raw view, as iSafari will escape special characters)
-- * Make sure there is a single tab in the project
--# Main
-- 3D Snow
function setup()
displayMode(OVERLAY)
displayMode(FULLSCREEN)
parameter.watch("FPS")
parameter.boolean("camOrtho", false)
parameter.number("timeSpeed", 0, 8, 1)
@SkyTheCoder
SkyTheCoder / Main.lua
Created October 1, 2013 23:10
SpritePicker AutoInstall
--# Main
--SpritePicker Single Install
--Installer created by @Briarfox
--- This will pull the SpritePicker project into Codea for you
-- Instructions:
-- * Create a new project in Codea named SpritePicker If you chose another name please change the variable Below
--This is case sensitive
ProjectName = "SpritePicker"
-- * Paste this into the Main (not from the raw view, as iSafari will escape special characters)
@SkyTheCoder
SkyTheCoder / Main.lua
Created September 18, 2013 23:04
Fish Bowl AutoInstall
--# Main
--Fish Bowl Single Install
--Installer created by @Briarfox
--- This will pull the Fish Bowl project into Codea for you
-- Instructions:
-- * Create a new project in Codea named Fish Bowl If you chose another name please change the variable Below
--This is case sensitive
ProjectName = "Fish Bowl"
-- * Paste this into the Main (not from the raw view, as iSafari will escape special characters)
@SkyTheCoder
SkyTheCoder / Main.lua
Created September 18, 2013 23:04
Fish Bowl AutoInstall
--# Main
--Fish Bowl Single Install
--Installer created by @Briarfox
--- This will pull the Fish Bowl project into Codea for you
-- Instructions:
-- * Create a new project in Codea named Fish Bowl If you chose another name please change the variable Below
--This is case sensitive
ProjectName = "Fish Bowl"
-- * Paste this into the Main (not from the raw view, as iSafari will escape special characters)
@SkyTheCoder
SkyTheCoder / Main.lua
Created September 17, 2013 19:05
Fish Bowl AutoInstall
--# Main
--Fish Bowl Single Install
--Installer created by @Briarfox
--- This will pull the Fish Bowl project into Codea for you
-- Instructions:
-- * Create a new project in Codea named Fish Bowl If you chose another name please change the variable Below
--This is case sensitive
ProjectName = "Fish Bowl"
-- * Paste this into the Main (not from the raw view, as iSafari will escape special characters)
@SkyTheCoder
SkyTheCoder / Main.lua
Created September 16, 2013 21:08
10Life 2 AutoInstall
--# Main
--10Life 2 Single Install
--Installer created by @Briarfox
--- This will pull the 10Life 2 project into Codea for you
-- Instructions:
-- * Create a new project in Codea named 10Life 2 If you chose another name please change the variable Below
--This is case sensitive
ProjectName = "10Life 2"
-- * Paste this into the Main (not from the raw view, as iSafari will escape special characters)
@SkyTheCoder
SkyTheCoder / Main.lua
Created August 29, 2013 19:35
10Life 2 AutoInstall
--# Main
--10Life 2 Single Install
--Installer created by @Briarfox
--- This will pull the 10Life 2 project into Codea for you
-- Instructions:
-- * Create a new project in Codea named 10Life 2 If you chose another name please change the variable Below
--This is case sensitive
ProjectName = "10Life 2"
-- * Paste this into the Main (not from the raw view, as iSafari will escape special characters)
@SkyTheCoder
SkyTheCoder / Main.lua
Created August 28, 2013 20:56
Chat Room AutoInstall
--# Main
--Chat Room Single Install
--Installer created by @Briarfox
--- This will pull the Chat Room project into Codea for you
-- Instructions:
-- * Create a new project in Codea named Chat Room If you chose another name please change the variable Below
--This is case sensitive
ProjectName = "Chat Room"
-- * Paste this into the Main (not from the raw view, as iSafari will escape special characters)
@SkyTheCoder
SkyTheCoder / Main.lua
Created August 21, 2013 18:53
Chat Room AutoInstall
--# Main
--Chat Room Single Install
--Installer created by @Briarfox
--- This will pull the Chat Room project into Codea for you
-- Instructions:
-- * Create a new project in Codea named Chat Room If you chose another name please change the variable Below
--This is case sensitive
ProjectName = "Chat Room"
-- * Paste this into the Main (not from the raw view, as iSafari will escape special characters)