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
- Host: GitHub
- URL: https://github.com/jankodedic/pong
- Owner: JankoDedic
- License: mpl-2.0
- Created: 2017-11-25T08:04:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-25T08:33:33.000Z (over 8 years ago)
- Last Synced: 2025-02-07T14:42:52.601Z (over 1 year ago)
- Topics: cpp, cpp17, game, pong, sdl, sdl2
- Language: C++
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pong
Pong written in C++ using SDL2

# 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