Pong game up to 4 for players

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

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