More screenshots from my simplistic project.
Basically, I am putting three games (clones of Pong, Asteroids and Breakout/Arkanoid) into one program, with functioning main, choice and options menus, and pause menus during the games.
So yeah, to me as a programming C++ novice, this is quite a big thing.
The games are far from over, the prototypes are working (except for Arkanoid clone, it is not finished yet, I need to implement more things such as substates, score, etc. and fix collision detection, because the current one is a mess
), and I will open the thread soon about it with the code. I would like to hear your opinion on it before I progress further.