1
2nsnake(6) nsnake v3.0.1 nsnake(6)
3
4
5
7 nsnake - Classic snake game on the terminal
8
9
11 nsnake [-h] [-v]
12
13
15 nsnake is the classic snake game with textual interface. You can play
16 it at command-line and uses the nCurses library for graphics. The
17 rules are the same of any snake game:
18
19 You control a hungry snake and the objective is to eat as many fruits
20 you can. Each fruit eaten increases your size. The game ends when the
21 snake collides with the walls or itself.
22
23 The challenge is to earn the biggest score possible by eating as many
24 fruits as you can.
25
26 Controls and game settings can be changed through the in-game menus or
27 by directly editing the settings file.
28
29 Default controls:
30 Arrow Keys Moves the snake
31
32 q Quits the game at any time
33
34 p Pauses/Unpauses the game
35
36 h Show help during the game
37
38
40 -h, --help
41 Displays the quick help text.
42
43
44 -v, --version
45 Displays the version and general information.
46
47
49 $(HOME)/.local/share/nsnake/ Per-user content; game settings and
50 scores
51
52
54 snake4(6) ktron(6) yetris(6)
55
56
58 Probably. If you find any, please report it at the issue tracker
59 (https://github.com/alexdantas/nsnake/issue) or email me at <eu@alex‐
60 dantas.net>.
61
62
63
65 This manual page and nsnake were both written by Alexandre Dantas
66 <eu@alexdantas.net>.
67
68
70 * http://nsnake.alexdantas.net/
71
72 * https://github.com/alexdantas/nsnake/
73
74
75
76
77v3.0.1 Jul2021 nsnake(6)