Can u help me make a simple game?

Hi programmers!
I am new to c++ programming but have a sound knowledge till classes. I made a tic tac toe game and it works perfectly. Now, I want to make another game like brick breaker in which we have a slider that will slide from left to right as per user's desire and a ball that will constantly float in between the bricks and the slider. There will be bricks which will break whenever the ball hits them ....

I guess you get the idea.... PLZ help me with this one, i can get the slider moving using gotoxy() function but the rest seems really hard!! =(
I made a tic tac toe game and it works perfectly.


Cool. More info? What lib/game engine?
gotoxy sounds like an attempt to do it on the console, which leads us to this topic:
http://www.cplusplus.com/forum/articles/28558/
Topic archived. No new replies allowed.