mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
28 lines
340 B
Markdown
28 lines
340 B
Markdown
# snake4
|
|
|
|
> Snake game in the terminal.
|
|
> More information: <https://manned.org/snake4.6>.
|
|
|
|
- Start a snake game:
|
|
|
|
`snake4`
|
|
|
|
- Choose level:
|
|
|
|
`{{<1>|<2>|<3>|<4>|<5>}}`
|
|
|
|
- Navigate the snake:
|
|
|
|
`{{<ArrowUp>|<ArrowDown>|<ArrowLeft>|<ArrowRight>}}`
|
|
|
|
- Pause game:
|
|
|
|
`<Space>`
|
|
|
|
- Quit game:
|
|
|
|
`<q>`
|
|
|
|
- Show the high scores:
|
|
|
|
`snake4 --highscores`
|