Files
pingpong/README.md
2023-11-10 12:57:08 -08:00

20 lines
150 B
Markdown

# Build
For MacOS:
```
make
```
# FPS
```
make DFLAGS="-D FPS=30"
```
For other platforms modify flags in the Makefile.
# Run
```
./pingpong
```