Copyright (c) 1995-1998 Joe Rumsey [email protected] XGalaga Home Page: http://rumsey.org/xgal.html
This is the first game I've written for X from "scratch" (the graphics interface is borrowed, I wrote everything else), but is by no means my first game. I have written several popular shareware games for the Amiga, and plan to start porting them to X. This project is to help me get used to X and to fine tune the graphics routines to make the next project easier.
Previous versions of this game were released as shareware. However, it was never really worth my while. Therefore, with apologies to the good souls that sent their payments in, I have placed it under the GNU GPL. See COPYING for details
See the file INSTALL for installation instructions.
-scores: Print out the high score tables and exit-nosound: Turn sound off on platforms with sound support-level <level>: Set the starting level to<level>-window: Start in windowed mode instead of fullscreen-winsize <WxH>: Window size- anything else: print usage and version.
- p - pauses
- q - end this game
- s - toggle sound if your system supports it
- alt+enter - toggle fullscreen
Basic instructions: The ship is controlled by the keyboard, space bar fires.
- left arrow - move left
- right arrow - move right
- space bar - fire
See CREDITS file.
- The CREDITS file must only contain ASCII characters with decimal values from 32 to 126 - if you put 8-bit or UTF-8 characters there, the program will crash.
- The highscore list will also only contain this limited set of characters, as both src/TFont.c and src/SFont.c only provide this set.

