Suggestions in making a simple game in c++?

Hi guys. Just wondering, can any of you guys suggest a simple 2D game that I can do in c++? I'm gonna be using data structures, recursion, and other more concepts in my game. I don't need a code, just some suggestions. Thank you. :)
Tetris

adryel wrote:
I'm gonna be using data structures, recursion,
Do not use features you don't actually need. Recursion is rarely used in C++ and without proper measures can lead to all sorts of errors.
Oh alright. Thanks for the tip. :) Any simple 2D game suggestions though? :)
Do you want it to be console or you will use some graphic library?
Console: Tetris, Sokoban
Graphic: Arcanoid, Battlecity
Topic archived. No new replies allowed.