Pong game up to 4 for players

DricomDragon 87a0c20a59 Remove every windows CR special characters пре 4 година
src 87a0c20a59 Remove every windows CR special characters пре 4 година
.gitignore b594cd04c8 Import source code from old project пре 4 година
README.md cb53c722dc Add sudo in installation command пре 4 година
makefile 2f558827c9 increase verbosity, remove unnecessary dependencies пре 4 година

README.md

Pong Circle

A remake of pong up to 4 players

Build

You need make and SDL1 to build this project.

Example on Ubuntu :

$ sudo apt install make g++ libsdl-dev
$ make

To execute :

$ make exec