Skip to content

Matthis-F/js_map_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

js_map_generator

Intended as a small school project, this is a hexagons based map generator written in javascript.

  • Maps are generated based on two criteria: Height and Humidity. Theses values are obtained with a simplex noise generator.
  • Placement of Cities is completely random.
  • Cities names were pre-generated using a markov chain generator.
  • Paths between cities are made using a Breadth-first search algorithm.

Installation

npm install

How to use it ?

Just open the index.html in a browser

Screenshots

Alt text Alt text Alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published