Simple Pong game implementation inspired by Harvard CS50's Intro to Game Development video https://www.youtube.com/watch?v=jZqYXSmgDuM&t=2539s.
The original implementation shown uses LÖVE - a LUA based Game Engine for the implementation. This implementation uses SFML and C++ instead.