1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/snake4.md

29 lines
340 B
Markdown
Raw Normal View History

2020-11-05 19:35:06 +00:00
# snake4
> Snake game in the terminal.
> More information: <https://manned.org/snake4.6>.
2020-11-05 19:35:06 +00:00
- Start a snake game:
`snake4`
- Choose level:
`{{<1>|<2>|<3>|<4>|<5>}}`
2020-11-05 19:35:06 +00:00
- Navigate the snake:
`{{<ArrowUp>|<ArrowDown>|<ArrowLeft>|<ArrowRight>}}`
2020-11-05 19:35:06 +00:00
- Pause game:
`<Space>`
2020-11-05 19:35:06 +00:00
- Quit game:
`<q>`
2020-11-05 19:35:06 +00:00
- Show the high scores:
`snake4 --highscores`