Tagged Questions
4
votes
1answer
573 views
Lua or C++ in Cococ2d-x
I am going to use Cocos2d-x to make a game for Android and ios, but my question is, do I use the Lua integration or only c++, I see Lua useful here because the compilation thing.
Or do I use only Lua ...
24
votes
6answers
7k views
Should I be using Lua for game logic on mobile devices?
As above really,
I'm writing an android based game in my spare time (android because it's free and I've no real aspirations to do anything commercial).
The game logic comes from a very typical ...