1GBall(1) GBall man page GBall(1)
2
3
4
6 GBall - The Console Ball and Racket Game
7
9 gball [OPTIONS]
10
12 GBall is a simple yet nice implementation of the well known ball and
13 racket game. It is designed to run under the GNU/Linux console (includâ
14 ing terminal emulators). The aim of the game is simple: control your
15 racket and move it around to bounce the ball and hit all the bricks.
16 If the ball hits a wall, it will bounce. If it fell down the screen
17 without bouncing on the racket, you lose. The game includes 10 levels
18 with an option to play levels randomly, and a high score board.
19
20 The racket is controlled by using the arrows keys, or the "a" and "d"
21 keys as shown below.
22
23 +---+ +----+
24 | | | |
25 +---+ +----+
26 +---+---+---+ +----+----+----+
27 | a | | d | | LT | | RT |
28 +---+---+---+ +----+----+----+
29
30 Controlling game speed is easy. Press '9' repeatedly to decrease game
31 speed, thus making the ball run slower. Press '0' repeatedly to do the
32 opposite, i.e. make the ball run faster.
33
34
36 -h, --help
37 Print command line help
38
39
40 -v, --version
41 Display program version and exit
42
43
44 -l, --level n
45 Start playing from level 'n'
46
47
49 ~/.gball Special file used to store highscores information.
50
51
53 - Testing and debugging
54
55
57 info gball
58
59
61 Mohammed Isam <mohammed_isam1984@yahoo.com>
62
63
64
652.0 DECEMBER 2015 GBall(1)