Это пробный урок. Оформите подписку, чтобы получить доступ ко всем материалам курса. Премиум

  1. Урок 1. 00:03:14
    Introduction and Motivations
  2. Урок 2. 00:01:40
    A Message for Roblox Users
  3. Урок 3. 00:28:16
    History and Language Evolution
  4. Урок 4. 00:03:31
    Using Lua with REPL
  5. Урок 5. 00:02:03
    Installing Lua on Linux
  6. Урок 6. 00:01:04
    Installing Lua on MacOS
  7. Урок 7. 00:11:30
    Installing Lua on Windows
  8. Урок 8. 00:09:06
    Our First Lua Script
  9. Урок 9. 00:16:36
    Variables
  10. Урок 10. 00:05:27
    Older Lua Versions and REPL
  11. Урок 11. 00:02:10
    Proposed Activity: Variables
  12. Урок 12. 00:04:16
    Variables Activity Solution
  13. Урок 13. 00:06:54
    Incrementing and Decrementing Variables
  14. Урок 14. 00:09:18
    Conditionals
  15. Урок 15. 00:11:26
    Elseif
  16. Урок 16. 00:04:14
    Proposed Activity: Conditional Statements
  17. Урок 17. 00:10:26
    Conditionals Activity Solution
  18. Урок 18. 00:06:09
    Logical Operators
  19. Урок 19. 00:19:14
    String Manipulation
  20. Урок 20. 00:04:38
    Multi-line Strings
  21. Урок 21. 00:03:36
    Multiple Assignment
  22. Урок 22. 00:10:18
    Standard Library Modules
  23. Урок 23. 00:06:17
    The For Loop
  24. Урок 24. 00:10:59
    The While Loop
  25. Урок 25. 00:02:32
    Loop Options
  26. Урок 26. 00:04:02
    Variable Scope
  27. Урок 27. 00:02:38
    Local Scope and Lua Chunks
  28. Урок 28. 00:04:14
    Syntax & Semantic Errors
  29. Урок 29. 00:02:50
    Solving Logical Mistakes
  30. Урок 30. 00:13:25
    Input Values from the Keyboard
  31. Урок 31. 00:05:44
    Handling Input Options
  32. Урок 32. 00:09:59
    Finding Distance Between Points
  33. Урок 33. 00:12:00
    Finding Angle Between Points
  34. Урок 34. 00:05:54
    Loop Activity Example
  35. Урок 35. 00:08:36
    Loop Activity Solution
  36. Урок 36. 00:14:14
    An Introduction to Functions
  37. Урок 37. 00:22:16
    Tables in Lua
  38. Урок 38. 00:08:04
    Tables Example
  39. Урок 39. 00:06:53
    Proposed Activity: Reading Table Entries
  40. Урок 40. 00:09:27
    Table Activity Solution
  41. Урок 41. 00:04:40
    Tables as Configuration Files
  42. Урок 42. 00:05:45
    Tables as Matrices
  43. Урок 43. 00:16:20
    Proposed Formative Project
  44. Урок 44. 00:02:09
    Moving Forward
  45. Урок 45. 00:19:57
    Metatables
  46. Урок 46. 00:21:52
    Object-Oriented Programming in Lua
  47. Урок 47. 00:13:35
    Creating Classes and Objects
  48. Урок 48. 00:07:14
    Higher-Order Functions and Closures
  49. Урок 49. 00:07:04
    Variadic Functions
  50. Урок 50. 00:02:16
    Working with Lua and C
  51. Урок 51. 00:12:50
    C Project Folder Structure
  52. Урок 52. 00:19:48
    Executing Lua File From C
  53. Урок 53. 00:12:02
    Get Lua Global Values in C
  54. Урок 54. 00:05:52
    The Stack
  55. Урок 55. 00:01:55
    Push Pop and Peak
  56. Урок 56. 00:12:21
    Calling Lua Functions From C
  57. Урок 57. 00:05:10
    Checking and Handling Script Errors
  58. Урок 58. 00:17:44
    Calling C Functions in Lua
  59. Урок 59. 00:05:32
    Userdata
  60. Урок 60. 00:14:34
    Sending and Receiving Userdata
  61. Урок 61. 00:06:03
    Reading Lua Tables in C
  62. Урок 62. 00:07:38
    Installing SDL
  63. Урок 63. 00:13:59
    Creating a SDL Window
  64. Урок 64. 00:14:26
    The Game Loop
  65. Урок 65. 00:11:22
    SDL Rendering
  66. Урок 66. 00:13:55
    Fixing Our Game Loop Timestep
  67. Урок 67. 00:05:49
    Delta Time
  68. Урок 68. 00:26:01
    Controlling the Player Movement with Lua
  69. Урок 69. 00:06:20
    Final Considerations on Integrating Lua and C
  70. Урок 70. 00:04:15
    Next Steps
  71. Урок 71. 00:02:25
    Intro to Roblox and Roblox Studio
  72. Урок 72. 00:05:45
    Installing and Accessing Roblox Studio
  73. Урок 73. 00:12:15
    Roblox Parts and Properties
  74. Урок 74. 00:11:02
    Roblox Vectors and Colors
  75. Урок 75. 00:06:08
    Roblox Object Instance
  76. Урок 76. 00:05:48
    Proposed Activity: Sun and Moon System Hour
  77. Урок 77. 00:09:43
    Sun and Moon Activity Solution
  78. Урок 78. 00:07:22
    Roblox Loops and the Wait Function
  79. Урок 79. 00:09:02
    Roblox Loops and Conditionals
  80. Урок 80. 00:10:25
    Roblox Events
  81. Урок 81. 00:16:44
    Roblox Humanoid Properties
  82. Урок 82. 00:10:00
    Roblox Players and Characters
  83. Урок 83. 00:06:48
    Roblox Models and Assets
  84. Урок 84. 00:03:59
    Roblox Terrain Editor
  85. Урок 85. 00:09:19
    Roblox Day-Night Lighting & ClockTime
  86. Урок 86. 00:08:46
    Roblox Leaderboard
  87. Урок 87. 00:02:53
    Roblox Debugging and Code Inspection
  88. Урок 88. 00:07:47
    Roblox CFrame
  89. Урок 89. 00:11:03
    Roblox Following Parts
  90. Урок 90. 00:05:14
    Roblox Conclusion and Getting Help
  91. Урок 91. 00:08:08
    Compiling Lua 5.4 on Linux
  92. Урок 92. 00:00:37
    Congratulations & Other Courses