DricomDragon 418b617ae1 License project under GPLv3 | 3 년 전 | |
---|---|---|
src | 4 년 전 | |
.gitignore | 4 년 전 | |
LICENSE.txt | 3 년 전 | |
README.md | 3 년 전 | |
icon.png | 3 년 전 | |
makefile | 4 년 전 |
A remake of pong up to 4 players
You need SDL1
runtime to run distributable executable.
$ sudo apt install libsdl1.2debian
$ ./pongcircle
You need make
and SDL1
to build this project.
Example on Ubuntu :
$ sudo apt install make g++ libsdl-dev
$ make
To execute :
$ make exec
GNU GPLv3, see LICENSE.txt
.