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
- Host: GitHub
- URL: https://github.com/toasterbirb/pong
- Owner: Toasterbirb
- License: gpl-3.0
- Created: 2022-01-18T14:20:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-17T14:34:36.000Z (over 2 years ago)
- Last Synced: 2025-03-03T04:29:58.499Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 5.71 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```