mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
30 lines
411 B
Plaintext
30 lines
411 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# nsnake
|
|
|
|
> Snake game in the terminal.
|
|
> More information: <https://github.com/alexdantas/nsnake/#controls>.
|
|
|
|
- Start a snake game:
|
|
|
|
`nsnake`
|
|
|
|
- Navigate the snake:
|
|
|
|
`{{<ArrowUp>|<ArrowDown>|<ArrowLeft>|<ArrowRight>}}`
|
|
|
|
- Pause/unpause the game:
|
|
|
|
`<p>`
|
|
|
|
- Quit the game:
|
|
|
|
`<q>`
|
|
|
|
- Display help during the game:
|
|
|
|
`<h>`
|