Page 1 of 1

RoboLOVE

Posted: Sun Oct 26, 2008 5:12 am
by zapwow
Hi!
My first LOVE project! Based on the tile-based scrolling tutorial.
Feel free to try it out. I want to learn about the particle system soon, and make this little guy shoot out rainbow death rays. I grabbed the music from binaerpilot.no.

Re: RoboLOVE

Posted: Mon Oct 27, 2008 1:34 am
by zapwow
Update: integrated some physics and I'm now loading maps and tilesets from external files.

Image

Re: RoboLOVE

Posted: Mon Oct 27, 2008 4:35 am
by Dvondrake
---

Re: RoboLOVE

Posted: Mon Oct 27, 2008 5:22 am
by zapwow
Dvondrake wrote:I'd love to take a look, but your video is private.
How odd. It's fixed now.

Re: RoboLOVE

Posted: Wed Oct 29, 2008 10:32 pm
by Dvondrake
---

Re: RoboLOVE

Posted: Sat Nov 01, 2008 3:38 pm
by zapwow
I represented the player with a rectangular physical body, and applied forces to it according to the player's on-screen position relative to the mouse. I let the physics engine sort out collisions for me. It doesn't work very well though, because the player gets stuck on everything for some reason :-/ It might be better to do it manually with the collision callback.