I want to create a simple “Mario-like” 2D game. Nothing too fancy, just a some kind of plubmer walking and jumping, some bad guys, user interference, few levels. Is QT the right framework to use? My friend suggested me Irrlicht, but that seems much more for 3D stuff.
Thanks for your ideas!
I don’t think that QT is the right tool for 2D game development in C++, but you can try SDL.
Also, for future game development questions, there’s a better StackExchange web site where you can probably get better answers: Game Development.