Getting Started with Corona/Lua

Corona is the IDE to use, so the first thing you need to do is to download and install it (check here). If you are working on the school computers (e.g., SCI 234 lab), the software should already be installed. If you need it installed somewhere on campus that doesn't already have it, request it with the instructor (although it may take sometime for IT to get to it).

Lua is the programming language to use. It is a procedural language so it looks very much like Java and C++. However, for the most part, it is not object oriented, so you won't see classes and you won't have to deal with associated concepts. (Note: there is a structure you can use which will allow you to work with objects and attributes.)

There are lots of resources to get you started. The official Corona website also has a list of tutorials here.

Some specific tutorials that have been recommended in the past: