From 81bf4c7e8aaa22ec6e7e971c1e050a62bbd6a76e Mon Sep 17 00:00:00 2001 From: NaiJi Date: Fri, 8 Jan 2021 22:29:47 +0100 Subject: [PATCH] Update 'README.md' --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 56a5d70..ebb5f34 100644 --- a/README.md +++ b/README.md @@ -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. +```