https://github.com/ucx15/pong
Pong Game in C++
https://github.com/ucx15/pong
cpp game pong sdl2
Last synced: about 1 month ago
JSON representation
Pong Game in C++
- Host: GitHub
- URL: https://github.com/ucx15/pong
- Owner: ucx15
- License: mit
- Created: 2023-09-19T10:59:34.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-29T13:37:52.000Z (about 2 years ago)
- Last Synced: 2024-04-29T14:52:52.956Z (about 2 years ago)
- Topics: cpp, game, pong, sdl2
- Language: C
- Homepage:
- Size: 71.2 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: License.md
Awesome Lists containing this project
README
# Pong
A clone of a Classic Pong Game in C++.
**⚠️ Currently in Dev.**
## Dependencies
* [SDL2](https://www.libsdl.org/)
## Quick Start
```
$ ./build.ps1
$ ./pong
```
## Info

