tldr/pages/linux/snake4.md

29 lines
344 B
Markdown
Raw Normal View History

2020-11-05 19:35:06 +00:00
# snake4
> Snake game in the terminal.
> More information: <https://manpages.debian.org/latest/snake4/snake4.6.en.html>.
2020-11-05 19:35:06 +00:00
- Start a snake game:
`snake4`
- Choose level:
`{{1|2|3|4|5}}`
- Navigate the snake:
`{{Up|Down|Left|Right arrow key}}`
2020-11-05 19:35:06 +00:00
- Pause game:
`<Spacebar>`
2020-11-05 19:35:06 +00:00
- Quit game:
`q`
- Show the high scores:
`snake4 --highscores`