From 49b3a5cf1ea2d7ed3f1bf9c1262ee92d66a83a7d Mon Sep 17 00:00:00 2001 From: sanine Date: Wed, 25 May 2022 00:32:15 -0500 Subject: begin KDTree implementation --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 54bcc0e..808183f 100644 --- a/README.md +++ b/README.md @@ -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]. -- cgit v1.2.1