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

18 lines
148 B
Markdown

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