Creating a simple 2d game with C++: Where to go first? [on hold]
- by Lucas Vieira
I'm starting to build a little school project. (I have a prior experience with php, python and java, and i'm learning c++ now).
My part is simple, create a game, like this pong http://www.ponggame.org/
The problem is that I've never programmed a game before.
I was looking the possibilities, maybe use QT? Or is there other library better for my case?
Since i don't want to reinvent the wheel, where to start with?
Thank you, guys!