Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 316 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 316 Bytes

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 :)