Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 196 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 196 Bytes

Implementing Pong using SDL2

for running the following pong.cpp:

g++ pong.cpp -lSDL2 -lSDL2_ttf -o out && ./out 

Above would only work if SDL2 and SDL2_ttf is already installed.