C Ping Pong

Description

  1. my first time making a game without any game engine, using only C++ and win32 api to render the game window.
    Game has two modes: AI mode and local mode (2 players playing on same keyboard).



Learnt While making the game

  1. win32 api

  2. game physics

  3. writing rendering functions for game visuals

  4. game loop

  5. collision detection algorithms

  6. implementing game AI from scratch