#Multi Player Pong - Alias: MultiPong
Simple multiplayer Pong implementation based on SFML and C++11.
To build the game the SFML libraries and g++6 must be installed. The Makefile directly uses the g++-6 program (because of my old Linux architecture) ;).