Pong game up to 4 for players

DricomDragon 36800b8c3f Create README with build instructions 5 yıl önce
include e22d132883 Remove execution bits from files 5 yıl önce
.gitignore b594cd04c8 Import source code from old project 5 yıl önce
Balle.cpp e22d132883 Remove execution bits from files 5 yıl önce
Balle.h e22d132883 Remove execution bits from files 5 yıl önce
README.md 36800b8c3f Create README with build instructions 5 yıl önce
Raquette.cpp e22d132883 Remove execution bits from files 5 yıl önce
Raquette.h e22d132883 Remove execution bits from files 5 yıl önce
jeu.cpp e22d132883 Remove execution bits from files 5 yıl önce
jeu.h e22d132883 Remove execution bits from files 5 yıl önce
main.cpp e22d132883 Remove execution bits from files 5 yıl önce
main.h e22d132883 Remove execution bits from files 5 yıl önce
makefile 2f558827c9 increase verbosity, remove unnecessary dependencies 5 yıl önce

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 :

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

To execute :

$ make exec