Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yasenstar/roblox_luau_lua
Learning journey on Roblox game script programming, with supporting by Lua/Luau
https://github.com/yasenstar/roblox_luau_lua
Last synced: 6 days ago
JSON representation
Learning journey on Roblox game script programming, with supporting by Lua/Luau
- Host: GitHub
- URL: https://github.com/yasenstar/roblox_luau_lua
- Owner: yasenstar
- Created: 2020-07-12T15:46:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-20T18:09:00.000Z (about 1 year ago)
- Last Synced: 2023-09-21T08:27:05.026Z (about 1 year ago)
- Language: HTML
- Homepage: https://yasenstar.github.io/roblox_luau_lua/
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learning Roblox Game Programming
## (base on Lua / Luau)
![Lua](/img/Lua_logo.png)
![Luau](/img/Luau_logo.png)
This is the repository to hold hands-on practices on learning the basic toolset (Lua/Luau), then searving the game programming in Roblox Studio.Some starting resources:
- Roblox Studio
- Roblox Creator
- Lua at lua.org
- Luau - the customized Lua by Roblox
- LOVE PlatformLook at the [mindmap of learning](/RobloxGameProgramming.md)
There will be series videos to be captured for recording the learning journey, see at [my YouTube Channel List](https://www.youtube.com/playlist?list=PL6DEHvciXKeXNjL7xG9WXx6NgGeJC30Zz).
Here is the videos for book "Programming in Lua (4th Edition)"
1. [Introduction of Roblox Programming Learning](https://youtu.be/-xMcCQRRZMY)
2. [Lua 001 - install and configuring Lua in Windows11 and VS Code](https://youtu.be/Ao0RoTbza5Q)
3. [Lua 002 - Eight Queen Puzzle](https://youtu.be/KsmxwymhEMI)Enjoy!