2D Game Engine?

Hello I’m new in here :slight_smile:

I want to make a 2D Game Engine to ease my game developing… but I don’t know where to start.
I do know how to make basic 2D games (but not platform games)

What should be in my engine?

thanks (and sorry for my lousy english :P)

Slick is used by a few in here. It’s not an engine as such, but it does provide a solid base for 2D game programming. So, I’d recommend that, instead of reinventing the wheel.

http://slick.cokeandcode.com/

Yup would also recommend the Slick2D library, if you must write an engine, the slick2d library would still make a pretty solid base for your engine.

Thanks I’ll take a look.