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

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