Pong game written in C++
###How to compile and run
To compile the file use the g++
command
g++ pong.cpp -o pong
Then to run simply type
pong
N.B. There may be some warning messages upon compiling depending on your machine. You can ignore those, only things that say "error" need to be corrected