Tagged Questions
-4
votes
1answer
954 views
Why does Angry Birds use lua? [closed]
What does it use the lua files for? I found it interesting when I read online that they use it.
5
votes
3answers
540 views
How to protect Lua scripts in IOS game?
I'm developing an iOS game and was considering putting level info and monster info in a Lua script for ease of use. However, since I'm using Game Center for multiplayer I'm concerned users will ...
2
votes
0answers
563 views
Opening URL in browser using C++ with cocos2d-x in iOS [closed]
I'm banging my brain against the wonderful lib xport that is cocos2d-x from the original cocos2d iOS library.
What I want to ask is how to open a web link in the safari browser? I don' know how to ...
11
votes
3answers
1k views
Does Apple currently accept iPhone apps with embedded Lua?
I was researching this and I can't seem to find a concrete answer.
0
votes
1answer
320 views
How useful would it be to know a scripting language when developing an iOS game? [duplicate]
Possible Duplicate:
Why do we use scripts in development?
I just starting learning iOS game development. I plan to make games using the cocos2d framework. While reading game dev related ...
1
vote
1answer
546 views
Help with Collision of spawned object(postion fixed) with objects that there are translating on screen
Hey guys I am creating a game using Corona SDK and so coding it in Lua.
So there are 2 separate functions,
To translate the hit objects and change their color when they are tapped
The link below ...