Page 1 of 1

simple 2D game engine (platformer)

Posted: Mon Jun 29, 2009 2:30 pm
by ChebbyShabby
move with arrow keys and use space is to jump; double jump is available. what do you think?

http://rapidshare.com/files/249948191/2DGameEngine.zip

i will release the source code once i've fixed all the bugs and have it working 100% :).

Posted: Mon Jun 29, 2009 9:53 pm
by idle
Smooth movement, no tearing just some jitter while panning.

Posted: Mon Jun 29, 2009 10:24 pm
by ChebbyShabby
idle wrote:Smooth movement, no tearing just some jitter while panning.
hi idle. thanks for your reply. could you please elaborate on that? do you mean that the camera movement isn't smooth?

Posted: Mon Jun 29, 2009 11:31 pm
by idle
when it pans the camera, scrolls the screen it had jitters but there's probably not a lot you can do about it, probably only stood out because it was black and white, looked like it was jumping 10 pixels or so.

Posted: Mon Jun 29, 2009 11:36 pm
by djes
Yes, nice and smooth. I don't like very much the "camera" movement, I do prefer a "fixed" one, but it's my taste. Beware of jumping, it seems the head is passing through tiles for some pixels. Not too worrying however.

Posted: Wed Jul 01, 2009 7:45 am
by #NULL
i find the camera movent a bit annoying too. the character does not need to be fixed, but the cam move should be smoother, and it should not move that much just because the character is turning around.