I open sourced my game along with a tutorial on how to make it using Lua
1–10 of 96 posts
Re: I open sourced my game along with a tutorial on how to make it using Lua
#2Re: I open sourced my game along with a tutorial on how to make it using Lua
#3Re: I open sourced my game along with a tutorial on how to make it using Lua
#4Re: I open sourced my game along with a tutorial on how to make it using Lua
#5Re: I open sourced my game along with a tutorial on how to make it using Lua
#6I've never heard of Lua, but now that I am looking at it, it seems very friendly. Love how they call things what they are, for example `local` is just a local variable, or `repeat X until Y` for a loop. It's a joy to see, to be honest.
Re: I open sourced my game along with a tutorial on how to make it using Lua
#7I've never heard of Lua, but now that I am looking at it, it seems very friendly. Love how they call things what they are, for example `local` is just a local variable, or `repeat X until Y` for a loop. It's a joy to see, to be honest.
One of the easiest to code cross platform development languages there is.
Re: I open sourced my game along with a tutorial on how to make it using Lua
#8Re: I open sourced my game along with a tutorial on how to make it using Lua
#9I've never heard of Lua, but now that I am looking at it, it seems very friendly. Love how they call things what they are, for example `local` is just a local variable, or `repeat X until Y` for a loop. It's a joy to see, to be honest.
1-index kept throwing me off though
Re: I open sourced my game along with a tutorial on how to make it using Lua
#10For those interested, a very quick and easy way to start making games in Lua is with Roblox Studio. https://www.roblox.com/create