Kitty Pong

Kitty Pong is a themed recreation of Pong in C++ using object-oriented coding practices. Face off against someone in local multiplayer or try your hand against the AI bot!
​
Class Project at Vancouver Film School
​
My Role: Programmer
​
​
​
​
What I Did: I took the basic Pong program that I had created during a previous assignment and componentized the entire project. Each component can then function independently which allowed for maintainability and extendibility.
​
​
Challenges
Programming for this project was an interesting task since I was deep diving into C++ and applying object-oriented practices. Overall, the process helped me gain a deeper understanding of game engines and the way they handle objects or components. Organization was key to this project since each piece needed to be created to work independently as well as function together with all the other components.
