I am doing a sandbox game drop in Java. I want users to be able to write their own engine for the game, and I thought a scripting language could work for this. I tried a small script with jython and it is many times slower than this version of java.
I need a scripting language that has fast loops and / or quick access to the array, since in this case the game will be a lot. Or if you have suggestions for another way to let users write their own game engine.
I'm also not quite sure if this can work (well). If you donβt think it could, please let me know why and maybe some possible alternatives.
source
share