simple 2D game engine (platformer)

Developed or developing a new product in PureBasic? Tell the world about it.
ChebbyShabby
Enthusiast
Enthusiast
Posts: 121
Joined: Mon Jun 26, 2006 10:47 am

simple 2D game engine (platformer)

Post 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% :).
User avatar
idle
Always Here
Always Here
Posts: 5903
Joined: Fri Sep 21, 2007 5:52 am
Location: New Zealand

Post by idle »

Smooth movement, no tearing just some jitter while panning.
ChebbyShabby
Enthusiast
Enthusiast
Posts: 121
Joined: Mon Jun 26, 2006 10:47 am

Post 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?
User avatar
idle
Always Here
Always Here
Posts: 5903
Joined: Fri Sep 21, 2007 5:52 am
Location: New Zealand

Post 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.
User avatar
djes
Addict
Addict
Posts: 1806
Joined: Sat Feb 19, 2005 2:46 pm
Location: Pas-de-Calais, France

Post 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.
#NULL
Addict
Addict
Posts: 1499
Joined: Thu Aug 30, 2007 11:54 pm
Location: right here

Post 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.
Post Reply