ClonePong
A clone version of Pong made using C++ and SFML, Made to try out SFML.
To Compile:
You will need to install SFM (http://www.sfml-dev.org/download.php) to compile.
-
Clone the repo.
-
do `g++ -c -std=c++14 main.cpp -I<path_to_the_cur_directory>
-
g++ main.o -o pang -lsfml-graphics -lsfml-window -lsfml-system`
-
./pang
Note:
The binaries are compiled under Linux 64-bit.