mr_wiseman
New Member
I'm planning to develop a point and click game in Java LibGDX and want to implement a scripting language for Logic. I would primarily want to execute Java functions using the scripting and set values.Just wondering whats the best course of action. Would it be using Javax.script? Or Lua? Or perhaps something entirely different?The reason for going about this is that I would like to offload some of the logic to an easy language that can be built by any one helping me with he game with no heavy development background.Any suggestions would be greatly appreciated.Thanks!