Skip to content

s41nn0n/MapAStar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MapAStar

Developed using Java 1.8 java-1.8.0-openjdk-amd64

The maps provided are under the maps folder.

Map Key

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

Assumptions

*. All the rows were of equal length Maps could not be different width on different rows.

Result

maps/large_result.txt

Resource:

Wikipedia Page

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages