From 8704238d02b818457199a577106a2a252463d803 Mon Sep 17 00:00:00 2001 From: vitrinekast Date: Sun, 11 Feb 2024 20:19:45 +0100 Subject: [PATCH] add small readme --- readme.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..bbd5324 --- /dev/null +++ b/readme.md @@ -0,0 +1,17 @@ +# Twitch Plays Plotter + +The tale of the untested bit of javascript: + +the commands are right now +- lb and anything you type after will be plotted as Text +- init +- pu +- pd +- up (move up by {distance}) +- down (move down by {distance}) +- right (move right by {distance}) +- left (move left by {distance}) +- rectangle (draw a rectangle with the size of {distance}) +- circle (draw a rectangle with the size of {distance}) + +Also, there is the start of some state tracking and clamping to prevent the plotter from getting stuck. But again, untested. \ No newline at end of file