Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

XNA 2D Game Engines [closed]

Tags:

2d

xna

I am just getting back into game development and I am really impressed with XNA. My only problem is that I want a free 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?

like image 820
Khalid Abuhakmeh Avatar asked Apr 02 '09 21:04

Khalid Abuhakmeh


People also ask

Is XNA still supported?

Microsoft has confirmed that it does not plan to release future versions of the XNA development toolset, although thanks to the open source MonoGame, developers won't be left out in the cold.

Is MonoGame still used?

So while XNA has long been dead and buried, it still lives through MonoGame and FNA, as well as other smaller open source frameworks. "MonoGame has been a very solid solution to the end of XNA," says Jean-Francois Major, co-founder of Mercenary Kings and Flinthook developer Tribute Games.

Is XNA a game engine?

XNA Game Studio 4.0 is a programming environment that allows you to use Visual Studio 2010 to create games for Windows Phone, the Xbox 360 console, and Windows-based computers. XNA Game Studio 4.0 includes the XNA Framework 4.0, which is a set of managed libraries designed for game development based on Microsoft .

Is MonoGame a game engine?

MonoGame is a flexible engine. It can also be used as a framework to build other game engines with. It might have started as a multi-platform version of XNA, but it has advanced beyond that scope. MonoGame offers comprehensive APIs for game development and an asset management tool.


2 Answers

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

like image 171
Bill Reiss Avatar answered Oct 19 '22 07:10

Bill Reiss


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

like image 42
Venesectrix Avatar answered Oct 19 '22 09:10

Venesectrix