mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
25 lines
283 B
Markdown
25 lines
283 B
Markdown
![]() |
# nsnake
|
||
|
|
||
|
> Snake game in the terminal.
|
||
|
> More information: <https://github.com/alexdantas/nsnake/>.
|
||
|
|
||
|
- Start a snake game:
|
||
|
|
||
|
`nsnake`
|
||
|
|
||
|
- Navigate the snake:
|
||
|
|
||
|
`{{Up|Down|Left|Right}} arrow key`
|
||
|
|
||
|
- Pause/unpause the game:
|
||
|
|
||
|
`p`
|
||
|
|
||
|
- Quit the game:
|
||
|
|
||
|
`q`
|
||
|
|
||
|
- Show help during the game:
|
||
|
|
||
|
`h`
|