vote up 3 vote down star
4

I am just getting back into game development and I am really impressed with XNA. My only problem is that I want a community based 2d game engine so that I can harness the power of the community. Does anybody know of a good XNA 2d game engine that is currently being supported or Do I just have to write one myself?

flag

3 Answers

vote up 1 vote down check

It looks like the engines posted are pretty much your only options for 2D right now. You can find a list of available game engines for XNA at the XNA forums. Ziggyware also keeps a list of engines for XNA, and there are a few more 2D engines listed there. Most of them were posted years ago, and I doubt they are currently being supported. You could also check out DEngine, but it looks like that is still in an alpha stage.

For certain types of games (e.g. tile-based RPG) there are starter kits, such as the RPG starter kit and spaceship game starter kit. If you happen to be developing a game for one of those genres, you could build on those examples.

link|flag
I've looked at all those that you suggested but they seemed geared directly to their particular genre. I guess I'm looking for a EntLib for XNA but I guess it doesn't exist. Thanks. – Khalid Abuhakmeh Apr 6 at 13:36
vote up 1 vote down

TorqueX 2D from GarageGames

link|flag
well I meant XNA based and that doesn't cost money. I've used Torque engines before but they lack documentation. Thanks – Khalid Abuhakmeh Apr 2 at 21:42
Ah. You might want to clarify that in the question (I didn't immediately think of that when I read "community based") – Schnapple Apr 2 at 22:00
vote up 2 vote down

FlatRedBall is a good option and is being actively supported. http://www.flatredball.com/frb/

link|flag
I looked at FlatRedBall and it is missing something. I can't tell what it is, but dare I say... it's not a very sexy engine. Thanks though. – Khalid Abuhakmeh Apr 3 at 1:48

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.