|
4 년 전 | |
---|---|---|
include | 4 년 전 | |
.gitignore | 4 년 전 | |
Balle.cpp | 4 년 전 | |
Balle.h | 4 년 전 | |
README.md | 4 년 전 | |
Raquette.cpp | 4 년 전 | |
Raquette.h | 4 년 전 | |
jeu.cpp | 4 년 전 | |
jeu.h | 4 년 전 | |
main.cpp | 4 년 전 | |
main.h | 4 년 전 | |
makefile | 4 년 전 |
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