From 50ba6e3500999bed6baef2fccbad791155d65e65 Mon Sep 17 00:00:00 2001 From: transoptimal Date: Sat, 24 Jun 2023 14:00:46 +0200 Subject: [PATCH] create readme. --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..924b880 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# overview + +the player character is currently the dark green square. creating new tiles creates them where you're standing, so you have to move out of the way to see them. + +moving onto boxes makes you enter them. right now, this doesn't change your position; in the future entering a box from e.g. the left side will make you move to its left edge. + +moving out of bounds makes you exit the box, if you're in one. this also doesn't change your position yet. if you exit at a position where there's another box in the one you exit into, you'll immediately enter that box. + +# controls + +- arrow keys: move around. +- QWEASD: paint with RGBYCM colors, respectively. +- space: create box. +- backspace: delete/clear/empty tiles to your left and right, and where you're standing. + +# how to play + +run a server in the root directory and open `index.html` in a web browser.