1 changed files with 22 additions and 0 deletions
@ -0,0 +1,22 @@
|
||||
# Pong |
||||
|
||||
> Pong implementation using SFML |
||||
|
||||
## Build Instructions |
||||
|
||||
Pong uses CMake to build. |
||||
Binaries will be located in the `bin` directory. |
||||
|
||||
### UNIX Build |
||||
|
||||
Run `BuildUNIX.sh`, or |
||||
|
||||
```sh |
||||
cmake -S . -B build && cmake --build build |
||||
``` |
||||
|
||||
## Meta |
||||
|
||||
Copyright (C) 2020, Jakob Wakeling |
||||
All rights reserved. |
||||
[OMKOV Permissive Licence](https://www.omkov.net/OLPE) |
Loading…
Reference in new issue