Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeProducts committed Mar 11, 2022
1 parent b70a3b2 commit f803f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ __barriers__ (f.ex. '#') and __walkable terrain__ (f.ex. ' ') <br>
is converted to a maze out of zeroes and ones, <br>
the ones represent the not walkable terrain and the zeroes the walkable terrain by default. <br><br>
All this settings could be adjusted in the __#define__ statements at the beginning of this package.<br><br>
<a href="https://github.com/LukeProducts/AStar-Pathfinding-Cpp/blob/14c2a2b6773bd87094b09eae8189e36539831fc7/examples/prepare_maze.cpp#L7-L32"></a>
https://github.com/LukeProducts/AStar-Pathfinding-Cpp/blob/14c2a2b6773bd87094b09eae8189e36539831fc7/examples/prepare_maze.cpp#L7-L32

```
########## -----> 1111111111
Expand Down

0 comments on commit f803f8a

Please sign in to comment.