File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -161,8 +161,8 @@ __barriers__ (f.ex. '#') and __walkable terrain__ (f.ex. ' ') <br>
161161is converted to a maze out of zeroes and ones, <br >
162162the ones represent the not walkable terrain and the zeroes the walkable terrain by default. <br ><br >
163163All this settings could be adjusted in the __ #define__ statements at the beginning of this package.<br ><br >
164- https://github.com/LukeProducts/AStar-Pathfinding-Cpp/blob/14c2a2b6773bd87094b09eae8189e36539831fc7/examples/prepare_maze.cpp#L7-L32
165- < p align = " right " >
164+ < iframe src = " https://github.com/LukeProducts/AStar-Pathfinding-Cpp/blob/14c2a2b6773bd87094b09eae8189e36539831fc7/examples/prepare_maze.cpp#L7-L32 " >
165+
166166```
167167########## -----> 1111111111
168168# # -----> 1000000001
@@ -180,7 +180,7 @@ this is because **AStar()** needs this 2-dimensional vector <br>
180180to figure out wheather its a walkable or not walkable terrain. <br><br>
181181**prepare_maze()** can handle a __vector<string>__ or a __vector<vector<char>>__ as param. <br>
182182
183- </ p >
183+
184184
185185
186186
You can’t perform that action at this time.
0 commit comments