================= Simple CPP Game ================= Welcome to the Simple CPP Game Documentation! ============================================= .. toctree:: :maxdepth: 2 :caption: Contents: self installation lifecycle extending classdocs Gameplay Overview ------------------- Simple CPP Game is a simple game, written in C++, that shamelessly rips off Atari's classic, *Pong*. .. image:: img/gameplay.png Gameplay is simple: use W/S or Up/Down to steer your paddle to bounce the ball back to your AI opponent. If you miss, the AI wins. If the AI misses, you win! Games are played in a best-of-1 format.