Update 'README.md'

This commit is contained in:
NaiJi ✨ 2021-01-08 22:29:47 +01:00
parent 90ed819f17
commit 81bf4c7e8a
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@ A simple game which takes an image, then slices it into tiles and shuffles. You
You only need a compiler supporting c++17 and sfml 2.5.1 (or latter versions).
### Usage
```
usage: sliding-puzzle [-OPTIONS...] FILE-OR-DIRECTORY
Provide FILE-OR-DIRECTORY variable as a path to either a directory
@ -21,3 +22,4 @@ usage: sliding-puzzle [-OPTIONS...] FILE-OR-DIRECTORY
by the smallest side of given source texture.
Hence, if your image is square, the amount of tiles
will be num * num.
```