Pong game up to 4 for players

DricomDragon cb53c722dc Add sudo in installation command před 4 roky
include e22d132883 Remove execution bits from files před 4 roky
.gitignore b594cd04c8 Import source code from old project před 4 roky
Balle.cpp e22d132883 Remove execution bits from files před 4 roky
Balle.h e22d132883 Remove execution bits from files před 4 roky
README.md cb53c722dc Add sudo in installation command před 4 roky
Raquette.cpp e22d132883 Remove execution bits from files před 4 roky
Raquette.h e22d132883 Remove execution bits from files před 4 roky
jeu.cpp e22d132883 Remove execution bits from files před 4 roky
jeu.h e22d132883 Remove execution bits from files před 4 roky
main.cpp e22d132883 Remove execution bits from files před 4 roky
main.h e22d132883 Remove execution bits from files před 4 roky
makefile 2f558827c9 increase verbosity, remove unnecessary dependencies před 4 roky

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