1This is the README file for the XINVADERS game by Jonny Goldman, based on
2the ideas and code of Terry Weissman's roids program.
3
4First:
5
6Author:
7
8 Jonny Goldman <jonathan@think.com>
9
10Distribution Policy:
11
12 Anyway you see fit, just give me credit, and software
13 may not be sold for profit.
14
15Copyright notice:
16
17 This is mine.  I'm only letting you use it.  Period.  Feel free to rip off
18 any of the code you see fit, but have the courtesy to give me credit.
19 Otherwise great hairy beasties will rip your eyes out and eat your flesh
20 when you least expect it.
21
22This archived contains the following files:
23
24 README		- this file
25
26 base.bit	- shape data for the game
27 sperma.bit
28 vader1b.bit
29 vader3a.bit
30 explode.bit
31 spermb.bit
32 vader2a.bit
33 vader3b.bit
34 spacer.bit
35 vader1a.bit
36 vader2b.bit
37
38 patchlevel.h   - the current patch level (0 for this release)
39 vaders.h	- the one and only (real) include file
40 me.h		- who do you think?
41
42 spacers.c	- sources
43 base.c
44 widget.c
45 main.c
46 vaders.c
47 shot.c
48 score.c
49
50 xinvaders.ma	- a man page (you can add the n at the end).
51
52 Imakefile	- for imake.
53 Makefile	- an example Makefile
54
55This game is known to compile on Sun4's running SunOS 4.0.3. and 4.1, and
56runs under MIT's X11/R4 window system.
57