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

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

Awesome Lists containing this project

README

        

# Pong Game

![C++](https://img.shields.io/badge/-C++-00599C?style=flat&logo=C%2B%2B&logoColor=white)
![SDL](https://img.shields.io/badge/-SDL-003961?style=flat&logo=SDL&logoColor=white)

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