|
|
4 gadi atpakaļ | |
|---|---|---|
| src | 4 gadi atpakaļ | |
| .gitignore | 4 gadi atpakaļ | |
| README.md | 4 gadi atpakaļ | |
| makefile | 4 gadi atpakaļ |
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