чување 0502121869eba07ebc875f79f9588945a3c58012 родитељ ca875e399a2936f62b3ffd6ab9da7810e5664e6c Аутор: Страхиња Радић <contact@strahinja.org> Датум: Tue, 15 Aug 2023 12:55:15 +0200 Update README Signed-off-by: Страхиња Радић <contact@strahinja.org> Diffstat:
| M | README | | | 14 | ++++++++++++++ |
измењених датотека: 1, додавања: 14(+), брисања: 0(-)
diff --git a/README b/README @@ -4,6 +4,20 @@ Lavirint SDL maze solver +Usage +----- + +$ ./lav-sdl labyrinth_file.dat + + +Format of data file +------------------- + +<x coordinate of starting cell> <y coordinate of starting cell> +<x coordinate of ending cell> <y coordinate of ending cell> +<Rows of 1 and 0, 1 = wall, 0 = empty space; spaces are ignored> + + License -------