Skip to content

ktanishqk/ping-pong-game-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ping-Pong Game

A game programmed in C++ that runs on the principles of a pingpong game.

Motivation

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.

Code Style

js-standard-style

Frameworks

js-standard-style

Cinder was used for graphics, window creation, and overall creation of the app

js-standard-style

CMake was used for project management, involving packaging, testing, and deployment of the game.

js-standard-style

Catch2 was used for making test cases for the game

Setup

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!

Layout and Screenshots

Screen Shot 2021-05-04 at 11 26 01 PM

Screen Shot 2021-05-04 at 11 28 48 PM

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors