Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.23 KB

File metadata and controls

32 lines (24 loc) · 1.23 KB

lua-basic

Basic lua examples and templates by Maikel Bolderdijk

Environment Setup

For simplicity I will provide all the necessary files for environment setup. Other environments may work but if you have problems the setup below is advised.

IDE
    https://www.jetbrains.com/idea/
Plugins:
    https://plugins.jetbrains.com/plugin/5055-lua
    https://plugins.jetbrains.com/plugin/7793-markdown-support
    
Lua 5.1.5-52(Windows version)
    https://github.com/rjpcomputing/luaforwindows/releases/download/v5.1.5-52/LuaForWindows_v5.1.5-52.exe

Windows version: Windows 10 Build 1809

Handy links

Below is a list of every link I followed to create all templates/examples in this project. I will provide names for original author's wherever it's necessary

Name Author Link
Markdown: Syntax The Daring Fireball company https://goo.gl/1npw2R
Lua basic tutorial Tutorialspoint https://goo.gl/QTrwmb
String library tutorial Lua-users.org https://goo.gl/cHiqyL
Scope tutorial Lua-users.org https://goo.gl/KEfskK
Functions Lua-users.org https://goo.gl/c9G8Dx
Better explanation for loops(includes ipairs,next(), custom) Lua-users.org https://goo.gl/oAHNx5