/ping-pong-cpp-sdl2

Ping Pong using C++ with SDL2

Primary LanguageC++

Ping Pong

Dependicies

  • make (optional)
  • sdl2
git clone https://github.com/mustardfrog/ping-pong-cpp-sdl2
cd ping-pong-cpp-sdl2

# if you don't have make installed
chmod +x build.sh 
./build.sh && ./main

# using make
make && ./main

Ping Pong