forked from oplS15projects/Tune-Traveler
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added more levels, modified algorithm.
I added a few new pre-defined levels (with more to come) and changed the A* algorithm so that it will no longer move through corners.
- Loading branch information
1 parent
6ccc453
commit 15de2d3
Showing
5 changed files
with
85 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
111111111111111 | ||
1000000000000S1 | ||
101111111111111 | ||
100000000000001 | ||
111111111111101 | ||
100000001000101 | ||
101111101010101 | ||
100000101010101 | ||
111110101010101 | ||
111110101010101 | ||
100000100010001 | ||
101111111111111 | ||
100000000000001 | ||
1000000000000E1 | ||
111111111111111 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
111111111111111 | ||
1000000S0000001 | ||
100000000000001 | ||
100000000000001 | ||
100000000000001 | ||
100000000000001 | ||
100000000000001 | ||
111111111111111 | ||
100000000000001 | ||
100000000000001 | ||
100000000000001 | ||
100000000000001 | ||
100000000000001 | ||
1000000E0000001 | ||
111111111111111 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters