1GoSnake(1) GoSnake man page GoSnake(1)
2
3
4
6 GoSnake - The Console Snake Game
7
9 gosnake [OPTIONS]
10
12 GoSnake is a simple yet nice implementation of the well known snake
13 game. It is designed to run under the GNU/Linux console (including
14 terminal emulators). The aim of the game is simple: control your snake
15 and move it around to eat food without hitting walls, or colliding with
16 itself. The game includes 10 levels with an option to play levels ran‐
17 domly, and a highscore board.
18
19 The snake is controlled by using the arrows keys, or the "awsd" keys as
20 shown below.
21
22 +---+ +----+
23 | w | | UP |
24 +---+ +----+
25 +---+---+---+ +----+----+----+
26 | a | s | d | | LT | DN | RT |
27 +---+---+---+ +----+----+----+
28
29 Controlling game speed is easy. Press '9' repeatedly to decrease game
30 speed, thus making the snake go slower. Press '0' repeatedly to do the
31 opposite, i.e. make the snake go faster.
32
33
35 -h, --help
36 Print command line help
37
38
39 -v, --version
40 Display program version and exit
41
42
43 -l, --level n
44 Start playing from level 'n'
45
46
47
49 ~/.gosnake Special file used to store highscores information.
50
51
53 - Testing and debugging
54
55
57 info gosnake
58
59
61 Mohammed Isam <mohammed_isam1984@yahoo.com>
62
63
64
652.0 DECEMBER 2015 GoSnake(1)