Description
In this course, you will :
- learn the fundamentals of working with Lua
- Recognize Conditional Statements and Functions
- You will have a basic understanding of how to programme in Lua.
Syllabus :
1. Introduction & Hello World app
- Course Overview
- Introduction to Lua
- The Lua standalone interpreter
- Demo of the hello.lua script
2. Control Structure & Tables
- Control Structure video
- Tables video
- Demos video
3. Conditional Statements & Functions
- Function demo video
- Understand Libraries