An open API service indexing awesome lists of open source software.

https://github.com/jankodedic/pong

Pong written in C++ using SDL2
https://github.com/jankodedic/pong

cpp cpp17 game pong sdl sdl2

Last synced: over 1 year ago
JSON representation

Pong written in C++ using SDL2

Awesome Lists containing this project

README

          

# Pong
Pong written in C++ using SDL2

![Pong screenshot](pong_screenshot.png?raw=true)
# Dependencies
SDL2 library (at least) v2.0.5 (https://www.libsdl.org/)
# Build
1. Add to 'include' path: SDL2/{include}
2. Add to 'lib' path: SDL2/{lib/x64} (64-bit)
3. Link with: SDL2.lib SDL2main.lib (WINDOWS)
4. Add the runtime binary (SDL2.dll) to executable path