Skip to content

tuang3142/ping-pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

(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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages