I am currently developing a game in C and Lua. Since I plan to sell my game when it's finished, I would like to keep the source code closed. So my question is whether there is a way that I can hide, or somehow access the Lua code with C, without being able to be viewed by the user. Right now, my executable is placed in the same place as my Lua code, so it may be available.
Thanks for reading this and any help is appreciated. Please ask me if I am too vague.
source share