summaryrefslogtreecommitdiff
path: root/README.md
blob: 8a6bf59827ee761dc060ea535b8f442615da205b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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/