2D C# Game Engine?

Started by
4 comments, last by Todo 16 years, 3 months ago
What are some 2D Game Engines for C#? Are they free to use?
Advertisement
The Tao Framework has some APIs to get started with. No engines though.
Well there's XNA, which isn't really an engine, but you can do 2d easily in it, there are 2d engines using it. Like Torque X and Flat Red Ball.

There's Saq2d.

You can do 2d in the C# wrapper for Irrlicht

If you don't like any of these, and you can't find any good ones on your own, then I suggest you try Java, a similar language. There are 2d engines like Slick and Gtge for it.
if you do make your own engine look at some of the classes in System.Drawing, you can save a lot of time using the rectangle classes for collision detection and the matrix class for matrix math
Someone needs to learn how to google :)

FlatRedBall. I've never used it myself, but have heard good things about it.
Quote:Original post by gharen2
Someone needs to learn how to google :)


Or even read this site: Scrolling Game Development Kit 2 Released.

This topic is closed to new replies.

Advertisement