1trackballs(6)                        Games                       trackballs(6)
2
3
4

NAME

6       Trackballs  -  marble  game  similar to the classic arcade game 'Marble
7       Madness'
8

SYNOPSIS

10       trackballs [-w] [-m] [-y] [-f]  [-e  -l<level>  -t<level>]  [-r<width>]
11       [-s<sensitivity>] ...
12
13

DESCRIPTION

15       Trackballs is a simple game inspired by the classic Atari 1980's arcade
16       game 'Marble Madness' (later released by Electronic Arts for the  Amiga
17       and other platforms).
18
19       By  steering  a  marble  ball  through  a  labyrinth  filled with sharp
20       objects, pools of acid and other obstacles the player collects  points.
21       When  the  ball  passes through the goal it continues to the next, more
22       difficult track - unless the time runs out.
23
24       It should be noted that this game is _not_ intended to be a replica  of
25       Marble  Madness but rather merely inspired by it. For instance the game
26       uses 3D graphics even though the original game had no real use for  it.
27       Also the game is fully programmable with a scripting extension (Guile),
28       and includes a level editor with which to easily create new levels.
29
30

OPTIONS

32       -h , --help
33              Display usage information.
34
35       -l , --level
36              Start from level.
37
38       -w , --windowed
39              Run in window (Default is fullscreen)
40
41       -m , --mute
42               Mute sound.
43
44       -y , --low-memory
45              Attempt to conserve memory usage
46
47       -s , --sensitivity
48              Mouse sensitivity, default 1.0
49
50       -f , --fps
51              Displays framerate
52
53       -v , --version
54              Indicate the current version number
55
56       -9 , --debug-joystick
57              Debug joystick status
58
59       -j , --repair-joystick
60              Correct for bad joysticks
61
62       -t , --touch
63              Updates a map to the latest format
64
65

ENVIRONMENT

67       GUILE_LOAD_PATH
68              Specifies the directory where the guile files are
69
70       TRACKBALLS
71              Specifies a  preferred  share  directory;  this  is  ignored  if
72              invalid
73
74

FILES

76       /usr/bin/trackballs
77              The executable file for trackballs
78
79       /usr/share/trackballs
80              Necessary shared files for trackballs
81
82       /usr/share/locale
83              Location of the locale files, if applicable
84
85       /usr/share/doc/trackballs
86              Detailed package documentation
87
88       ~/.trackballs/
89              Per user settings directory
90
91

EXAMPLE

93       To run this program the standard way type:
94
95           trackballs
96
97       To disable audio and start in windowed mode
98
99           trackballs -m -w
100
101       Alternatively you can test a level with:
102
103           trackballs -l steep
104
105

NOTES

107       Full  documentation  for  the  game  and the editor can be found in the
108       detailed         package          documentation          or          at
109https://trackballs.github.io/docs/index.html
110
111

AUTHORS

113       See  the  AUTHORS.md  file in the source package for a detailed list of
114       authors.
115
116
117
118
119
120Mathias Broxvall                  2018-04-02                     trackballs(6)
Impressum