Pong (C++)

A classic two player game written in C++ using the SFML library. This game was made from scratch to exercise my C++ skills and learn the basic components of a game. It features simple AI with three difficulties or a two player mode and the ability to set the number of matches to win.

  • Animated effects using vectors instead of sprites, and all except one DLL were statically linked
  • Successfully implemented collision detection with basic physics
  • Implemented basic AI with three difficulties, ability to set total points to play
Project Download: Binaries