Pong game up to 4 for players

DricomDragon 9e9743d2ee Specify shell language in code snippets преди 4 години
include e22d132883 Remove execution bits from files преди 4 години
.gitignore b594cd04c8 Import source code from old project преди 4 години
Balle.cpp e22d132883 Remove execution bits from files преди 4 години
Balle.h e22d132883 Remove execution bits from files преди 4 години
README.md 9e9743d2ee Specify shell language in code snippets преди 4 години
Raquette.cpp e22d132883 Remove execution bits from files преди 4 години
Raquette.h e22d132883 Remove execution bits from files преди 4 години
jeu.cpp e22d132883 Remove execution bits from files преди 4 години
jeu.h e22d132883 Remove execution bits from files преди 4 години
main.cpp e22d132883 Remove execution bits from files преди 4 години
main.h e22d132883 Remove execution bits from files преди 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 :

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

To execute :

$ make exec