https://github.com/awesomearjun/ping-pong-sdl3
A Ping Pong videogame made in SDL3
https://github.com/awesomearjun/ping-pong-sdl3
cmake cpp cpp11 oop sdl3 sdl3-image
Last synced: about 1 year ago
JSON representation
A Ping Pong videogame made in SDL3
- Host: GitHub
- URL: https://github.com/awesomearjun/ping-pong-sdl3
- Owner: awesomearjun
- Created: 2025-03-02T21:05:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-22T01:52:33.000Z (over 1 year ago)
- Last Synced: 2025-03-22T02:30:19.185Z (over 1 year ago)
- Topics: cmake, cpp, cpp11, oop, sdl3, sdl3-image
- Language: C++
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ping-pong-SDL3
## Description
A simple ping-pong clone made in SDL3, using C++ and CMake! Playing instructions in docs/README-PlayInstructions.md (coming soon)
## Screenshot
Coming soon!
## How to build
Requirements
- C++11 or higher
- CMake version 3.10.0 or higher
- Git