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

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++

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

![playing](Imgs/play.png)
![game over screen](Imgs/win.png)