PONG (SDL/C++)

PONG (SDL/C++)

Brief summary of the game's current state

A Pong clone I made for learning C++ library SDL.

Since SDL is a library and not an engine on its own, I had to create the fundamentals such as collisions, game objects, input management, and rendering from the ground up.

You can download the game from itch.io by clicking the button below.