LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

nsnake

classic snake game that runs in the terminal using ncurses

TLDR

Start a snake game
$ nsnake
copy
Navigate the snake
$ Arrow keys (Up/Down/Left/Right)
copy
Pause/unpause the game
$ p
copy
Quit the game
$ q
copy
Display help during the game
$ h
copy

SYNOPSIS

nsnake [options]

DESCRIPTION

nsnake is a classic snake game that runs in the terminal using ncurses. Control a snake to eat food and grow longer while avoiding collisions with walls and the snake's own body.
In-game controls include arrow keys for movement, p to pause, q to quit, and h for help. The game speeds up as the snake grows, increasing difficulty.
The game features configurable settings for speed, borders, and display options through in-game menus.

PARAMETERS

-h, --help

Display help information
-v, --version
Display version information

CAVEATS

Requires a terminal with ncurses support. Terminal size affects playable area. Game state is not saved between sessions.

SEE ALSO

sl(1), cmatrix(1), bastet(6)

Copied to clipboard
Kai