logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

nsnake - Classic snake game on the terminal

Author

       This manual page and nsnake were both written by Alexandre Dantas <eu@alexdantas.net>.

Bugs

       Probably.    If    you    find     any,     please     report     it     at     the     issue     tracker
       (https://github.com/alexdantas/nsnake/issue) or email me at <eu@alexdantas.net>.

Description

       nsnake  is  the  classic snake game with textual interface.  You can play it at command-line and uses the
       nCurses library for graphics.  The rules are the same of any snake game:

       You control a hungry snake and the objective is to  eat  as  many  fruits  you  can.   Each  fruit  eaten
       increases your size.  The game ends when the snake collides with the walls or itself.

       The challenge is to earn the biggest score possible by eating as many fruits as you can.

       Controls  and  game settings can be changed through the in-game menus or by directly editing the settings
       file.

       Defaultcontrols:ArrowKeys          Moves the snake

              q                   Quits the game at any time

              p                   Pauses/Unpauses the game

              h                   Show help during the game

Files

$(HOME)/.local/share/nsnake/     Per-user content; game settings and scores

Name

       nsnake - Classic snake game on the terminal

Options

-h,--help
              Displays the quick help text.

       -v,--version
              Displays the version and general information.

See Also

snake4(6)   ktron(6)   yetris(6)

Synopsis

       nsnake [-h] [-v]

Www

       * http://nsnake.alexdantas.net/

       * https://github.com/alexdantas/nsnake/

v3.0.0                                               Dec2024                                           nsnake(6)

See Also