From f797b83272b4227344eefb52f6781dcd63150b28 Mon Sep 17 00:00:00 2001 From: SachinBind <50130866+SachinBind@users.noreply.github.com> Date: Thu, 1 Oct 2020 11:01:46 +0530 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c48e9fa..965ca55 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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. \ No newline at end of file + 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.