1
2FROZEN-BUBBLE(6) The Frozen-Bubble game FROZEN-BUBBLE(6)
3
4
5
7 frozen-bubble - arcade/reflex game
8
9
11 frozen-bubble [OPTION]...
12
13
15 The Frozen-Bubble game is a free software implementation of a popular
16 arcade/reflex game. The game mainly consists of firing randomly chosen
17 bubbles across the board. If the shoot ends up having a clump of at
18 least 3 bubbles of the same color, they all pop. If some bubbles were
19 sticked only on the popping clump, they fall. In 1-player mode, the
20 goal is to pop all the bubbles on the board as quickly as possible. In
21 2-players or network mode, you have to get your opponent to "die"
22 before you.
23
24
26 The default controlling mechanism is through the keyboard, but you can
27 play with a joystick or a joypad if it is supported by the system (use
28 the commandline option -ji to make sure frozen-bubble detected your
29 joysticks). A key (or a joystick direction or button) is needed for
30 moving the aim to the left, moving the aim to the right, center, and
31 fire.
32
33
35 In single player mode, as a beginner the best training is to choose
36 Play Default Levelset, which lets you run through 100 levels of an
37 increasing difficulty. Pop all the bubbles of each level to advance to
38 the next level.
39
40 If you want to train for multiplayer, choose Multiplayer Training which
41 reproduces the conditions of 2-player or network mode; the only differ‐
42 ence is that created malus bubbles are counted in your score, and you
43 must get the highest score you can in 2 minutes.
44
45
47 In 2-players mode, you can play against a friend (or a foe, actually)
48 on the same computer. The board is populated with random bubbles, and
49 your goal is to make big clumps to send malus bubbles to your opponent.
50
51
53 If your computer has networking, you can choose LAN GAME to play games
54 against others on your local network (up to 5 players). Frozen-Bubble
55 will look for a game server on the local network with a UDP broadcast,
56 connect to it if found, or start a new game server if not found.
57
58 If your computer is connected to Internet, you can choose NET GAME to
59 play against others on Earth (or beyond?). Frozen-Bubble will retrieve
60 the server list from the master server and propose you to choose
61 between available servers. The flag in front of a server indicates the
62 preferred language for chatting with others before the game is started.
63 The ping is the roundtrip when talking with the server, choose a low
64 ping when possible.
65
66
68 --help show command-line options summary
69
70 --fullscreen
71 start the game in fullscreen mode
72
73 --no-fullscreen
74 don't start the game in fullscreen mode
75
76 --no-sound
77 disable music and sound effects
78
79 --no-music
80 disable music (but not sound effects)
81
82 --no-sfx
83 disable sound effects (but not music)
84
85 --playlist directory
86 use all files of the given directory as music files and play
87 them
88
89 --playlist file
90 use all files listed in the given file as music files and play
91 them
92
93 --slow-machine
94 use this option if frozen-bubble runs too slowly on your machine
95 (disables a few animations)
96
97 --very-slow-machine
98 same as before, if it is not enough (disables all that can be
99 disabled)
100
101 --solo directly start solo (1p) game, with random levels
102
103 --direct
104 directly start 2p game (don't display menu)
105
106 --gameserver host:port
107 directly start NET/LAN game connecting to this game server
108
109 --chain-reaction
110 enable chain-reaction
111
112 --level number
113 start directly the game, at level number
114
115 --colour-blind
116 use special bubbles for colourblind people
117
118 --no-time-limit
119 disable time limit for shooting (e.g. kids mode)
120
121 --player-malus number
122 add number malus to the left player (can be negative - doesn't
123 work in network mode)
124
125 --mp-training-difficulty number
126 set the average duration between receiving malus bubbles in 1
127 player multiplayer training (default 30 (= every 30 seconds on
128 average), the lower the harder)
129
130 --joysticks-info
131 print information about detected joystick(s) on startup (if
132 Frozen-Bubble doesn't see your joysticks/joypads, try loading
133 the joydev module with modprobe joydev as root, then retry)
134
135 --no-echo
136 when sound is enabled, disable echoing each typed character with
137 a typewriter sound (it may get on your nerves)
138
139 --my-nick nick
140 for NET/LAN games, use this nick instead of username (max 10
141 chars, ASCII alphanumeric plus dash and underscore only) -
142 notice that the /nick command is also available when connected
143 to a server to set your nick
144
145 --private
146 after connecting to a server for a NET game, don't use
147 http://hostip.info/ to retrieve your geographical position to
148 send it to other players
149
150
152 Written by Guillaume Cottenceau. This manual page was originally writ‐
153 ten by Josselin Mouette <josselin.mouette at ens-lyon.org>.
154 Visit official homepage: http://www.frozen-bubble.org/
155
156
158 frozen-bubble-editor(6)
159
160
162 Copyright © 2000-2006 The Frozen-Bubble Team.
163 This is Free Software; this software is licensed under the GPL version
164 2, as published by the Free Software Foundation. There is NO warranty;
165 not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
166
167
168
169FB October, 2006 FROZEN-BUBBLE(6)