Starting to make 2D games in C++

Posted by Ashley on Game Development See other posts from Game Development or by Ashley
Published on 2012-12-17T05:22:18Z Indexed on 2012/12/17 11:14 UTC
Read the original article Hit count: 327

I'm fairly experienced with C and C#, but I've only ever created console/windows applications. I'm also experienced with AS3 and I've made some flash games.

I want to make proper 2D games in C++, but I have no idea where to begin with graphics. There are entire books devoted to game development in C++ that only work with console applications and I'm finding the lack of resources and tutorials for proper 2D games frustrating... I'm also not particularly interested in using existing engines because I want total control of what I create.

I've heard of the Allegro library; is it something important/popular that I should look into? How will I use DirectX?

Any resources or links to tutorials or information is greatly appreciated.

© Game Development or respective owner

Related posts about c++

Related posts about c#