You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
World's greatest pong clone written in C++11, using
SDL2.
Build instructions
For POSIX systems, once SDL2 has been installed, modify any variables in the
Makefile to the desired value and run make. The executable pongclient will
be built.