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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ Firstly, see how to [load a maze](#load-a-maze) from a .txt file or [create one]
26
26
27
27
Next, refer to "[Use a solver](#use-a-solver)" to begin solving when your Maze is all set.
28
28
29
-
Like any solver, you can also [set your own cardinal solving order](#changing-the-solving-cardinal-order) as the default one is North-East-South-West.
29
+
Like any solver, you can also [set your own shift order](#changing-the-shift-order). This program use cardinals as reference and the default one is North-East-South-West.
30
30
31
31
32
32
@@ -125,9 +125,9 @@ Set to `true` to use Manhattan heuristic. Euclidean heuristic otherwhise.
125
125
126
126
127
127
128
-
Changing the solving cardinal order
128
+
Changing the shift order
129
129
------
130
-
To change the order the solvers will use to test squares, use
130
+
To change the shift order the solvers will use to test squares, use
0 commit comments