Classic Pong game with SDL2
- SDL2 v2.0.5
- SDL2_ttf v2.0.1
- Compile
make all
- Run
./pong
In makefile replace -std=c++1y
with -std=c++14
. Compiling and running same as above in v4.x
- Grab SDL2 and SDL2_ttf development libraries, add them to linker and copy dlls in.exe directory.