A game programmed in C++ that runs on the principles of a pingpong game.
This game is quite similar to the classic ping pong game from the 80s. I was inspired from the ideal gas assignment, while working on the collisions of particles. I really enjoyed working on a game like pong, where not only was I able customise the situation but also play against the computer.
Cinder was used for graphics, window creation, and overall creation of the app
CMake was used for project management, involving packaging, testing, and deployment of the game.
Catch2 was used for making test cases for the game
In order to set up the game, one must first follow the following instructions to install Cinder on their platform: https://courses.grainger.illinois.edu/cs126/sp2021/notes/cinder-installation-notes/
Next, one can just go ahead and run the code on their local C++ compiler and follow the instructions of the game to enjoy it to the fullest extent!

