1XGALAXY(6) Games Manual XGALAXY(6)
2
3
4
6 xgalaxy - X11 Galaga like game
7
9 xgalaxy [-scores] [-display display] [-mouse] [-keyboard] [-nosound]
10 [-b] [-window] [-winsize widthxheight] [-b] [-noclipmask] [-nouseor]
11 [-nostars]
12
13 xgalaxy-hyperspace [-scores] [-display display] [-mouse] [-keyboard]
14 [-nosound] [-b] [-window] [-winsize widthxheight] [-b] [-noclipmask]
15 [-nouseor] [-nostars]
16
18 It's just like Galaxian / Galaga, you know how to play Galaxian/
19 Galaga, stop bothering me. (Ship follows the mouse, button fires.
20 Auto-fire by holding it down, so no-one accuses me of breaking their
21 mouse!)
22
23 The xgalaxy-hyperspace version features some new weapons and different
24 gameplay.
25
27 -scores Prints out the high score file and exits
28
29 -display host:dpy
30 Set your display
31
32 -mouse Use mouse control (same as 'm').
33
34 -keyboard
35 Use keyboard control (same as 'k'). If you have a joystick it
36 can also be used if you select keyboard control.
37
38 -nosound
39 Turn sound OFF
40
41 -level lvl
42 Choose starting level (>= 1)
43
44 -window Run in a window, not full screen. Full screen is the default.
45
46 -winsize widthxheight
47 Set windowsize, default 468x596.
48
49 -b Turn buffered mode off, use this if it runs too slowly. Will
50 cause flicker, maybe lots, maybe only a little.
51
52 -noclipmask
53 Don't use clip masks for drawing (affects unbuffered mode
54 only).
55
56 -nouseor
57 Don't draw using OR mode.
58
59 -nostars
60 Don't draw stars in the background.
61
62 Combinations of the last four options can be used to get faster drawing
63 if the video card can't keep up with the required 30 frames/sec. The
64 fastest drawing will come from
65
66 xgalaxy -b -noclipmask -nouseor -nostars
67
69 p - pauses
70
71 q - end this game
72
73 b - Toggle buffering (flicker vs. speed.)
74
75 o - Toggle OR mode. Don't use this, it sucks.
76
77 m - Use mouse control. Note that you may switch in mid-game.
78
79 k - Use keyboard control
80
81 x - use your shields (xgalaxy-hyperspace only)
82
83 alt-enter - Toggle full screen node.
84
86 XGalaxy home page <http://rumsey.org/xgal.html>
87
89 Joe Rumsey, <joe@rumsey.org> (Original author)
90
91 Vincent Renardias <vincent@waw.com> (man page)
92
93 Send bugs (or their reports, or fixes) here:
94 <http://www.debian.org/Bugs/>.
95
96
97
982.0.34 23 April 2003 XGALAXY(6)