File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Create a map from an image and run a path finding algorithm on it. Requires: `pi
77You can run it with an input and output file like this:
88```
99cd examples/image-simple/
10- python3 image_pathfinding.py -i map.png -o foo .png
10+ python3 image_pathfinding.py -i map.png -o out .png
1111```
1212
1313----
@@ -25,6 +25,6 @@ cd examples/image-weighted/
2525python3 image_pathfinding.py -i map.png -o foo.png
2626```
2727
28- To add some randomization to the weights - you can use the ` -r ` flag: ` python3 image_pathfinding.py -i map.png -o foo .png -r 0.5 `
28+ To add some randomization to the weights - you can use the ` -r ` flag: ` python3 image_pathfinding.py -i map.png -o out .png -r 0.5 `
2929
3030Note: The terrain-map was generated with OpenSimplex-noise via [ this Python script] ( https://github.com/O-X-L/opensimplex ) .
You can’t perform that action at this time.
0 commit comments