HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

nsnake — Snake game in the terminal. More information: <https://github.com/alexdantas/nsnake/#controls>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
theterminalcommandsnakecligamemorensnake
linux

Problem

How to use the nsnake command: Snake game in the terminal. More information: <https://github.com/alexdantas/nsnake/#controls>.

Solution

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>

Code Snippets

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>

Context

tldr-pages: linux/nsnake

Revisions (0)

No revisions yet.