Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 344 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 344 Bytes

CodeLounge Pong Game

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