Eboruushion evolution sim, second attempt
Posted: Wed Dec 02, 2015 1:14 pm
I decided to get back into Lua programming, and remembered I had already made a project before: viewtopic.php?f=5&t=21875, so I decided to see if I could recreate that but this time with a bit more programming experience and maturity under my belt.
So far, I have not done much, but for what it's worth, here's the current (veerry basic, and broken) iteration: Currently I'm struggling with a bug where one of the entities "takes over", it's the only one destroying others, and is not getting destroyed itself. I'm guessing there is something wrong with either my collision detection (aside from the fact I'm using an "or" for comparison instead of an "and", which I'm doing just to better see what is happening), or I've not understood the "inheritance" I ripped straight out of the PiL book correctly, and something is not getting it's information as It should.
I'm also looking for general and more personal help in game making, since I have trouble gathering the motivation to read books and in general get on to learn more, and since currently there are no good teachers around to bug. I guess that is material for it's own post really but I thought I'd put a small notice here, in case anyone is interested in helping me .
So far, I have not done much, but for what it's worth, here's the current (veerry basic, and broken) iteration: Currently I'm struggling with a bug where one of the entities "takes over", it's the only one destroying others, and is not getting destroyed itself. I'm guessing there is something wrong with either my collision detection (aside from the fact I'm using an "or" for comparison instead of an "and", which I'm doing just to better see what is happening), or I've not understood the "inheritance" I ripped straight out of the PiL book correctly, and something is not getting it's information as It should.
I'm also looking for general and more personal help in game making, since I have trouble gathering the motivation to read books and in general get on to learn more, and since currently there are no good teachers around to bug. I guess that is material for it's own post really but I thought I'd put a small notice here, in case anyone is interested in helping me .