Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 262 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 262 Bytes

Pong game made in C++ by me!

How to Run:

  • Clone this repository
  #Cloning
  $ git clone https://github.com/kaufon/Pong-game-in-CPP.git
  • Open And Execute
 #Open
 $ cd Pong-Game-in-CPP/Main/

 #Execute
 $ ./Pong

Enjoy!