|
il y a 4 ans | |
---|---|---|
include | il y a 4 ans | |
.gitignore | il y a 4 ans | |
Balle.cpp | il y a 4 ans | |
Balle.h | il y a 4 ans | |
README.md | il y a 4 ans | |
Raquette.cpp | il y a 4 ans | |
Raquette.h | il y a 4 ans | |
jeu.cpp | il y a 4 ans | |
jeu.h | il y a 4 ans | |
main.cpp | il y a 4 ans | |
main.h | il y a 4 ans | |
makefile | il y a 4 ans |
A remake of pong up to 4 players
You need make
and SDL1
to build this project.
Example on Ubuntu :
# apt install make g++ libsdl-dev
$ make
To execute :
$ make exec