22 lines
282 B
Markdown
22 lines
282 B
Markdown
# Build
|
|
For MacOS:
|
|
|
|
```
|
|
make
|
|
```
|
|
For other platforms modify flags in the Makefile.
|
|
|
|
# FPS
|
|
```
|
|
make DFLAGS="-D FPS=30"
|
|
```
|
|
|
|
# Run
|
|
```
|
|
./pingpong
|
|
```
|
|
|
|
# Iosevka Font
|
|
[typeof.net/Iosevka](https://typeof.net/Iosevka/)
|
|
[LICENSE](https://github.com/be5invis/Iosevka/blob/main/LICENSE.md)
|