Developed using Java 1.8 java-1.8.0-openjdk-amd64
The maps provided are under the maps folder.
| Map Key | Type | Cost | Walkable |
|---|---|---|---|
| @ | Start (Flatlands) | 1 | true |
| X | Flatlands | 1 | true |
| . | Flatlands | 1 | true |
| * | Forest | 2 | true |
| ^ | Mountain | 3 | true |
| X | Finish | 1 | true |
| ~ | water | 0 | false |
*. All the rows were of equal length Maps could not be different width on different rows.
maps/large_result.txt
Resource: