mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
29 lines
335 B
Markdown
29 lines
335 B
Markdown
![]() |
# snake4
|
||
|
|
||
|
> Snake game in the terminal.
|
||
|
> More information: <https://manpages.debian.org/snake4/snake4.6.en.html>.
|
||
|
|
||
|
- 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`
|