Pong game up to 4 for players

DricomDragon 9e9743d2ee Specify shell language in code snippets %!s(int64=4) %!d(string=hai) anos
include e22d132883 Remove execution bits from files %!s(int64=4) %!d(string=hai) anos
.gitignore b594cd04c8 Import source code from old project %!s(int64=4) %!d(string=hai) anos
Balle.cpp e22d132883 Remove execution bits from files %!s(int64=4) %!d(string=hai) anos
Balle.h e22d132883 Remove execution bits from files %!s(int64=4) %!d(string=hai) anos
README.md 9e9743d2ee Specify shell language in code snippets %!s(int64=4) %!d(string=hai) anos
Raquette.cpp e22d132883 Remove execution bits from files %!s(int64=4) %!d(string=hai) anos
Raquette.h e22d132883 Remove execution bits from files %!s(int64=4) %!d(string=hai) anos
jeu.cpp e22d132883 Remove execution bits from files %!s(int64=4) %!d(string=hai) anos
jeu.h e22d132883 Remove execution bits from files %!s(int64=4) %!d(string=hai) anos
main.cpp e22d132883 Remove execution bits from files %!s(int64=4) %!d(string=hai) anos
main.h e22d132883 Remove execution bits from files %!s(int64=4) %!d(string=hai) anos
makefile 2f558827c9 increase verbosity, remove unnecessary dependencies %!s(int64=4) %!d(string=hai) anos

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