Starting to make 2D games in C++
- by Ashley
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.