Skip to content

cssbristol/codelounge-pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages