Tagged Questions
-1
votes
0answers
19 views
Assertion fails with events in lua, Corona SDK
So I have two objects, an Enemy and Bullet Object. In the level there are several different instances of Enemy Objects, about 16. Each of which are linked to their own Bullet Object. keep in mind ...
0
votes
1answer
63 views
Why does this LUA code not render any objects on the screen? [closed]
Did I mess up something somewhere? If i put a putsxy in the same box, it renders a string just fine, but for some reason this code hates objects. What this code is supposed to do is render a set of ...
1
vote
1answer
116 views
Help with puzzle game
I have a pattern game and it is almost done however I am stuck on the last part.
I have a screen with 25 blocks (in a table format 5x5) and the user clicks on it to turn over the blocks, I need to ...
8
votes
2answers
4k views
Lua as a stand-alone for game programming like Python?
I've used Python before with PyGame to make games, but PyGame doesn't seem to be so popular anymore, and there arent that many good resources for it. I hear lots of buzz about Lua as a fast scripting ...