tuang3142 / ping-pong

the classic ping pong game made with SFML lib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

(almost) Pong

game screen shot

The classic ping pong game with a catch: the ball gets faster after every bounce. Be quick!
The left player controls with 'up' and 'down' arrows, while the right player uses 'left' and 'right' arrows.

Installation (linux only)

Dependency

SFML library.

sudo apt-get install libsfml-dev

Build

cd to the project directory and run:

g++ -c main.cpp
g++ main.o -o pingpong -lsfml-graphics -lsfml-audio -lsfml-window -lsfml-system
./pingpong

About

the classic ping pong game made with SFML lib


Languages

Language:C++ 100.0%