bluerose ======== an interactive map-creation tool running ------- bluerose is written in vanilla js and doesn't require any building. Simply spin up a web server (I recommend python3's `http.server`) and load `index.html`! To run the tests: ``` npm npm test ``` credits ------- bluerose was written by me! (sanine) I've used [gorhill's Javascript-Voronoi] algorithm in performing terrain generation. The terrain and mapping algorithms were very heavily inspired by mewo2's Uncharted Atlas, which has an [excellent explanatory page]. [gorhill's Javascript-Voronoi`]: https://github.com/gorhill/Javascript-Voronoi/ [excellent explanatory page]: https://mewo2.com/notes/terrain/