diff options
author | sanine <sanine.not@pm.me> | 2022-05-23 23:13:29 -0500 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2022-05-23 23:13:29 -0500 |
commit | 4d1f202e07b7a0f98e2d3dff62630a528f53a4f8 (patch) | |
tree | 6f28a612ab06f5463fb415e9bf9777e6917e7d6e /README.md |
initial commit
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..8a6bf59 --- /dev/null +++ b/README.md @@ -0,0 +1,31 @@ +bluerose +======== + +an interactive map-creation tool + + +running +------- + +bluerose is a standalone webapp written in vanilla js; as such, you should be able to just open `index.html` in a web browser and use it. + +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/ |