diff options
Diffstat (limited to 'js/MAP.md')
-rw-r--r-- | js/MAP.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/js/MAP.md b/js/MAP.md index bd04ee0..f1eb64b 100644 --- a/js/MAP.md +++ b/js/MAP.md @@ -6,6 +6,7 @@ - `bird-words`, an exploration of Markov chain generation, sort of migrated to <https://git.sr.ht/~eli_oat/beak> - `blototboot`, irc bot and broken lisp interpreter +- `bookmarklets`, misc. bookmarklets for stuff and things - `canvas`, an exploration of the HTML canvas, lets you move a little sprite around a canvas - `dither`, Floyd-Steinberg dithering @@ -36,6 +37,7 @@ [rotjs](https://ondras.github.io/rot.js/hp/) - `sand`, a sand simulation - `scripting-lang`, maybe I should make my own scripting language? +- `seed`, starter kit for new, simple javascript web applications - `ship-game`, what Avi has dubbed "LAZER-GATE-1" - `starting-place`, another/different attempt at making a generic starting point for HTML and JS games @@ -45,3 +47,4 @@ canvas - `toy-llm`, exactly what it says on the box, the most basic of toy LLM implementations +- `where`, is a simple `where` function implemented in JavaScript. Useful for easy cases in the browser |