https://github.com/gbowne1/pong
This is a pong game in C++ using SDL
https://github.com/gbowne1/pong
pong pong-game sdl
Last synced: 2 months ago
JSON representation
This is a pong game in C++ using SDL
- Host: GitHub
- URL: https://github.com/gbowne1/pong
- Owner: gbowne1
- Created: 2024-01-22T04:56:06.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-23T02:43:44.000Z (over 1 year ago)
- Last Synced: 2024-12-28T03:43:21.442Z (4 months ago)
- Topics: pong, pong-game, sdl
- Language: C++
- Homepage:
- Size: 8.54 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pong Game

This is a simple implementation of the classic Pong game using C++ and the Simple DirectMedia Layer (SDL). The game is designed to run on POSIX/UNIX/Linux systems.
## Features
- Classic Pong game mechanics
- Uses the SDL library for graphics and input handling## Build
## Contribution
PR's and bug reports are welcome. Please feel free to contribute to this project. Create a PR branch with your changes and then commit and PR back to master.
## License
This project is licensed under the MIT License