Introduction to Lua Programming

Go to class
Write Review

Free Online Course: Introduction to Lua Programming provided by Skillshare is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. Introduction to Lua Programming is taught by Kyle Schaub.

Overview
  • Interested in learning programming?

    The course "Introduction to Lua Programming" provides everyone, even complete beginners, the tools they need to start coding. Lua is one of the most beginner-friendly languages, and it is used all throughout the software industry, from web applications to game development.

    The following topics are discussed within the course:

    • Variables
    • Conditional Statements (if, elseif, else)
    • Loops
    • Functions
    • Global vs. Local Variables
    • Tables
    • and more!

    Everything you need to get started is available in this class. After all lessons are completed, a short project is assigned for students to apply what was learned and be creative with solving a real programming problem.

Syllabus
    • Introduction
    • Installation and Setup
    • Variables
    • Conditional Statements
    • Loops
    • Functions
    • Comments
    • Local and Global Variables
    • Tables pt. 1
    • Tables pt. 2
    • Syntax Review
    • Class Project and Wrapping Up