# Pong Circle A remake of pong up to 4 players ![Pong Circle screenshot](icon.png) ## Run You need `SDL1` runtime to run distributable executable. ```sh $ sudo apt install libsdl1.2debian $ ./pongcircle ``` ## Build You need `make` and `SDL1` to build this project. Example on Ubuntu : ```sh $ sudo apt install make g++ libsdl-dev $ make ``` To execute : ```sh $ make exec ``` ## License GNU GPLv3, see `LICENSE.txt`.