A pong clone, made to practice game development with C and SDL2.
You will need a C compiler SDL2 and SDL2 image extension.
$ apt install build-essential libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev
$ make
$ ./simplepong
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A pong clone, made to practice game development with C and SDL2.
You will need a C compiler SDL2 and SDL2 image extension.
$ apt install build-essential libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev
$ make
$ ./simplepong