diff --git a/pages/linux/snake4.md b/pages/linux/snake4.md new file mode 100644 index 0000000000..e60aadf47a --- /dev/null +++ b/pages/linux/snake4.md @@ -0,0 +1,28 @@ +# snake4 + +> Snake game in the terminal. +> More information: . + +- Start a snake game: + +`snake4` + +- Choose level: + +`{{1|2|3|4|5}}` + +- Navigate the snake: + +`{{Up|Down|Left|Right}} arrow key` + +- Pause game: + +`Spacebar` + +- Quit game: + +`q` + +- Show the high scores: + +`snake4 --highscores`