This is my replica with C++ for the famous arcade game PONG. I used SFML graphic library to render the graphics, and OOP principles to program.
You can run this game for yourself by simply installing SFML on your PC and running the visual studio file and building the program. If you have trouble with this, please use refer to building instructions file
If you want to read more about the implementation of everything, refer to the documentation
Easter egg: try to go to line 26 of main.cpp and switch the current color pallet with the commented one for dark mode!
You can also try any color combinations you like
