mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-22 21:51:26 +00:00
Update cheatsheets
This commit is contained in:
29
linux/nsnake
Normal file
29
linux/nsnake
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
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/>.
|
||||
|
||||
- Start a snake game:
|
||||
|
||||
`nsnake`
|
||||
|
||||
- Navigate the snake:
|
||||
|
||||
`{{Up|Down|Left|Right arrow key}}`
|
||||
|
||||
- Pause/unpause the game:
|
||||
|
||||
`p`
|
||||
|
||||
- Quit the game:
|
||||
|
||||
`q`
|
||||
|
||||
- Display help during the game:
|
||||
|
||||
`h`
|
||||
Reference in New Issue
Block a user