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

snake4 — Snake game in the terminal. More information: <https://manned.org/snake4>.

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

Problem

How to use the snake4 command: Snake game in the terminal. More information: <https://manned.org/snake4>.

Solution

snake4 — Snake game in the terminal. More information: <https://manned.org/snake4>.

Start a snake game:
snake4


Choose level:
{{<1>|<2>|<3>|<4>|<5>}}


Navigate the snake:
{{<ArrowUp>|<ArrowDown>|<ArrowLeft>|<ArrowRight>}}


Pause game:
<Space>


Quit game:
<q>


Show the high scores:
snake4 --highscores

Code Snippets

Start a snake game

snake4

Choose level

{{<1>|<2>|<3>|<4>|<5>}}

Navigate the snake

{{<ArrowUp>|<ArrowDown>|<ArrowLeft>|<ArrowRight>}}

Pause game

<Space>

Quit game

<q>

Context

tldr-pages: linux/snake4

Revisions (0)

No revisions yet.