/SDL-Pong

A simple pong game written in c++ using the SDL library

Primary LanguageC++MIT LicenseMIT

SDL-Pong

A simple pong game written in c++ using the SDL library

Controls:
Left paddle up: W
Left paddle down: D
Right paddle up: ↑
Right paddle down: ↓
Exit: Esc


On windows use build.bat to build On linux use build.sh to build

Note: You must have the SDL2 library installed along with SDL_Image and SDL_ttf for both windows and linux.
Note: both build.sh and build.bat file are made for the gcc and g++ compilers but you could easilly compile them with other compilers manually (there's only one file!)