Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ The Map Generator allows you to generate random, hexagon based maps with Javascr

## Instructions
Inorder to use the Map Generator you have to include following files in your project
point.js
line.js
hexagon.js
country.js
map.js
point.js,
line.js,
hexagon.js,
country.js,
map.js,
mapgenerator.js

Then you can use the generator in your code
Expand Down Expand Up @@ -102,4 +102,4 @@ Returns following object:

* **adjacencyMatrix**

The adjacencyMatrix of the map, when there is no connection the value is 0 otherwise the distance between the two centers of the regions. The indexes are the IDs of the regions.
The adjacencyMatrix of the map, when there is no connection the value is 0 otherwise the distance between the two centers of the regions. The indexes are the IDs of the regions.