Skip to content

Instantly share code, notes, and snippets.

@reefwing
reefwing / Main.lua
Created July 6, 2013 04:55
Tutorial 31 - Codea Collision Detection
--# Main
-- Asteroids
--
-- Simple app to demonstrate collision detection using
-- the built in Box2D functionality.
-- Use this function to perform your initial setup
function setup()