• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

fonts/H03-May-2022-7460

images/H03-May-2022-

levels/H30-Apr-2011-630613

sounds/H03-May-2022-

src/H30-Apr-2011-6,0424,575

COPYINGH A D23-Mar-201017.7 KiB340281

CREDITSH A D05-Mar-20081.2 KiB5336

INSTALLH A D30-Apr-2011272 2111

Makefile.amH A D24-Apr-20111.7 KiB8379

Makefile.inH A D03-May-202227.3 KiB856768

READMEH A D30-Apr-20112.7 KiB7961

aclocal.m4H A D24-Apr-201135.9 KiB1,014913

compileH A D18-May-20103.7 KiB14479

config.guessH A D15-May-201044.5 KiB1,5341,318

config.subH A D15-May-201033.3 KiB1,6941,549

configureH A D24-Apr-2011170.2 KiB5,9284,898

configure.inH A D24-Apr-20111.8 KiB7359

depcompH A D18-May-201018.2 KiB631407

install-shH A D05-Mar-20085.5 KiB251152

missingH A D18-May-201011.2 KiB377281

mkinstalldirsH A D15-May-2010729 4123

xgalaga-sdl.6xH A D03-Jun-20101.1 KiB5048

README

1
2                            XGalaga v2.0
3
4		  Copyright (c) 1995-1998 Joe Rumsey
5			<mrogre@mediaone.net>
6      XGalaga Home Page: http://rumsey.org/xgal.html
7
8  Please see the file INSTALL for installation instructions.
9
10  This is the first game I've written for X from "scratch" (the
11graphics interface is borrowed, I wrote everything else), but is by no
12means my first game.  I have written several popular shareware games
13for the Amiga, and plan to start porting them to X.  This project is
14to help me get used to X and to fine tune the graphics routines to
15make the next project easier.
16
17  Previous versions of this game were released as shareware.  However,
18it was never really worth my while.  Therefore, with apologies to the
19good souls that sent their payments in, I have placed it under the GNU
20GPL.  See COPYING for details
21
22See the file INSTALL for installation instructions.
23
24
25Command line options:
26  -scores              Print out the high score tables and exit
27  -nosound             Turn sound off on platforms with sound support
28  -level <level>       Set the starting level to <level>
29  -window              Start in windowed mode instead of fullscreen
30  -winsize <WxH>       Window size (default 468x596)
31  <anything else>      print usage and version.
32
33Basic instructions:
34  It's Galaga, you know how to play Galaga, stop bothering me.
35  (Ship follows the mouse, button fires.  Auto-fire by holding it
36   down, so no-one accuses me of breaking their mouse!)
37
38Keyboard commands:
39
40  p - pauses
41  q - end this game
42  s - toggle sound if your system supports it
43
44  Controls: left_arrow  - move left
45            right_arrow - move right
46            space_bar   - fire
47
48Credits:
49   Galaga code:
50            Joe Rumsey (mrogre@mediaone.net)
51   X interface:
52            Bill Dyess(dyessww@eng.auburn.edu),
53            Rob Forsman(thoth@cis.ufl.edu),
54            and about a million others.
55
56   Sound server/interface:
57            Sujal Patel (smpatel@wam.umd.edu)
58            Paul Kendall (paul@kcbbs.gen.nz) (Sun and NAS support)
59
60   Pixmaps:
61            Joe Rumsey (ogre@atomic.com)
62            Mike McGrath (mcgrath@epx.cis.umn.edu)
63
64   SDL port:
65            Andy Tarkinson
66            Frank Zago
67            Dan Espen
68
69   Thanks: Alec Habig for mirroring it at indiana
70       Johnathan Hardwick for testing on many
71             different platforms and sending bug fixes
72       Koala team in France for bug fixes and for writing the XPM
73         lib.
74       All the dupes^H^H^H^H^Hnetrekers who helped
75         test it at the earliest stages.
76       Bill Clarke (bill@discworld.anu.edu.au) for high score hacks
77       Everyone that's written me thanking me, and especially
78         the few who sent the five bucks in.
79