From 02fddafbf639c88e3fc1ddc9cabb83bf16706ed0 Mon Sep 17 00:00:00 2001 From: Sahil Dhiman <52946452+sahilister@users.noreply.github.com> Date: Fri, 6 Nov 2020 16:49:07 +0000 Subject: [PATCH] nsnake: add page (#4937) --- pages/linux/nsnake.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/linux/nsnake.md diff --git a/pages/linux/nsnake.md b/pages/linux/nsnake.md new file mode 100644 index 0000000000..af1433ca2e --- /dev/null +++ b/pages/linux/nsnake.md @@ -0,0 +1,24 @@ +# nsnake + +> Snake game in the terminal. +> More information: . + +- Start a snake game: + +`nsnake` + +- Navigate the snake: + +`{{Up|Down|Left|Right}} arrow key` + +- Pause/unpause the game: + +`p` + +- Quit the game: + +`q` + +- Show help during the game: + +`h`