2020-11-05 19:35:06 +00:00
|
|
|
# snake4
|
|
|
|
|
|
|
|
> Snake game in the terminal.
|
2023-05-14 03:49:17 +01:00
|
|
|
> 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:
|
|
|
|
|
2024-01-01 18:26:11 +00:00
|
|
|
`{{Up|Down|Left|Right arrow key}}`
|
2020-11-05 19:35:06 +00:00
|
|
|
|
|
|
|
- Pause game:
|
|
|
|
|
2024-01-01 18:26:11 +00:00
|
|
|
`<Spacebar>`
|
2020-11-05 19:35:06 +00:00
|
|
|
|
|
|
|
- Quit game:
|
|
|
|
|
|
|
|
`q`
|
|
|
|
|
|
|
|
- Show the high scores:
|
|
|
|
|
|
|
|
`snake4 --highscores`
|