Using XNA for a 2D isometric game, but wanna move on

Posted by Daniel Ribeiro on Game Development See other posts from Game Development or by Daniel Ribeiro
Published on 2012-12-17T12:52:44Z Indexed on 2012/12/17 17:15 UTC
Read the original article Hit count: 318

Filed under:
|
|

I've been building a 2D isometric game (with learning purposes) in C# using XNA.

I found it's really easy to manage sprite sheets loading, collision, basic physics and such with the XNA api.

The thing is, I want to move on.

My real goal is to learn C++ and develop a game using that language.

What engine/library would you guys recommend for me to keep going on that same 2D isometric game direction using pretty much sprite sheets for the graphical part of the game?

© Game Development or respective owner

Related posts about XNA

Related posts about c++