diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -9,12 +9,7 @@ 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 -``` +To run the tests, just do `node test.js`. credits @@ -22,7 +17,7 @@ credits bluerose was written by me! (sanine) -I've used [gorhill's Javascript-Voronoi] algorithm in performing terrain generation. +I've used [rhill'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]. |