You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ See Command line Usage for full customization, below are some examples. Alter th
73
73
Roads can be generated by providing a positive integer to the `roads=` argument. Roads are randomly seeded to begin
74
74
and start at an axis (but not the same axis).
75
75
76
-
A* pathfinding with a priority queue is used to generate the roads. The heuristic uses manhattan distance, and favours existing roads and similar elevations in adjacent tiles.
76
+
A* pathfinding with a priority queue, along with prim's algorithn and a minimum spanning tree is used to generate the roads. The heuristic uses manhattan distance, and favours existing roads and similar elevations in adjacent tiles.
77
77
78
78
Roads can be configured to include/exclude generating paths thorugh water, mountains and flora.
0 commit comments