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

https://github.com/toasterbirb/pong

[MIRROR] Pong made with Birb2D
https://github.com/toasterbirb/pong

Last synced: 22 days ago
JSON representation

[MIRROR] Pong made with Birb2D

Awesome Lists containing this project

README

          

# Pong
Pong made with Birb2D

## Building
You need to have [Birb2D](https://github.com/Toasterbirb/Birb2D) library installed (version 0.1.0).

```
git clone https://github.com/Toasterbirb/Pong
cd Pong
make
```

## Running
```
cd build
./pong
```