Skip to content

shehryar49/PongGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PongGame

Pong Game written in C++ using SFML

HOW TO COMPILE:

MinGW / TDM-GCC / GNU GCC

g++ main.cpp -o app -lsfml-window -lsfml-graphics -lsfml-system -lsfml-audio

Visual Studio

Add the cpp file to your project. Link sfml-system,sfml-graphics,sfml-window and sfml-audio libraries Compile and enjoy :)

About

Pong game created using C++ and SFML

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages