Skip to content

Instantly share code, notes, and snippets.

@Techdojo
Techdojo / WellFaller
Last active August 29, 2015 14:09 — forked from Westenburg/WellFaller
-- Well Racer
-- Codea Cook Off 2013
-- by West
-- v1.0 First release
supportedOrientations(PORTRAIT_ANY)
function draw()
func()
end
@Techdojo
Techdojo / Main
Last active August 29, 2015 14:09 — forked from Westenburg/Main
-- Missile command type game
-- by West
displayMode(FULLSCREEN)
function setup()
touches={}
tsup={} --tsup contains the supplementary info about the start position of the touch
resetGame()
--starfield setup --credit to Simeon @TLL: http://codea.io/talk/discussion/644/flicker-drawing-large-images-any-advice/p1
local gradSize = 2