From 2c6482af0c04d4a44e0e49a485c76498e6c8f303 Mon Sep 17 00:00:00 2001 From: girst Date: Fri, 6 Jul 2018 15:32:06 +0200 Subject: [PATCH] readme: small blurb about dependencies, todo item->done --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 37615dd..5a2f741 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,17 @@ TODO: find a better name ## Dependencies +You'll need either a terminal emulator with good Unicode (Emoji) support and a +compatible font, or an actual DEC VT220 to fully enjoy the graphics of this +game. This is what I'd recommend: + - A VTE based terminal (like GNOME Terminal and a whole bunch of others) - Google Noto's Color Emoji Font (Fedora: `google-noto-emoji-color-fonts.noarch`) ## Keybindings -hjkl or cursor keys move the snake. -r to restart, p to pause, q to quit. +`h`, `j`, `k`, `l` or cursor keys move the snake. +`r` to restart, `p` to pause, `q` to quit. ## TODO @@ -25,7 +29,7 @@ r to restart, p to pause, q to quit. - DONE keybindings for restart, pause, redraw - DONE on dying: show end screen, allow restarting - DONE score, increasing speed, ~~timer~~ - - bonus/special items: slower snake, shorter snake, etc. + - DONE bonus/special items: slower snake, shorter snake, etc. - decaying points? (more points the faster you get the food) - wall-wrap-around mode? - fix all `grep -n TODO viiper.c` -- 2.39.3