Disclaimer
—————–
This content was created for the course ICS 410 – Introduction to Programming Languages. All information, code samples, and learning materials presented are available through public sources and free to use for educational purposes.
Resources
—————–
All the code written in this video: https://shorturl.at/sJ1Kt
Short Quiz: https://shorturl.at/ABjgh
Installation
——————
– https://www.lua.org/download.html
– Lua for Windows (executable): https://github.com/rjpcomputing/luaforwindows
Reference
—————-
– Lua in 100 seconds by FireShip: https://www.youtube.com/watch?v=jUuqBZwwkQw
– Everything You Need To Start Writing Lua by TJ: https://www.youtube.com/watch?v=CuWfgiwI73Q
– NVChad Learn Lua docs: https://nvchad.com/docs/quickstart/learn-lua/
– Learn Lua by practice in Codecademy: https://www.codecademy.com/learn/learn-lua
– Official Documentation of Lua: https://www.lua.org/manual/5.4/