aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolden Rohrer <holden.rohrer@gmail.com>2019-12-18 00:44:22 -0500
committerHolden Rohrer <holden.rohrer@gmail.com>2019-12-18 00:44:22 -0500
commit38c7b15cdcbc804fb3be0b536d4fbf61a396f870 (patch)
treee918e3a1a00965870c8ff6c953ba358bd72539bb
parent6cf560c4be9d7ef700080dc9f5378a9e7849f545 (diff)
updated README
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 34d58c3..51a3569 100644
--- a/README.md
+++ b/README.md
@@ -5,3 +5,7 @@ A reconstructed version of `ywot-bot` built off of clean programming principles
# Features
Currently, `socket.js` provides `Socket` which has a few signals and functions (documented in the code, of course) which allow abstracted interfacing with YWOT. However, certain facilities available in the old version like queuing or fetch division were scrapped in favor of more direct limits due to the unmaintainability of the old style.
+
+`space.js` provides some dense spatial data management with `Space`, which is really good for specific dialogs and tests, but there may be some more work to be done to create a sparse storage device.
+
+`examples/helloworld.js` can get you started. Everything in that should work pretty well, but the remainder of the repo is probably pretty buggy until I test it.