home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / x / volume8 / xinvaders / part01 / README < prev    next >
Text File  |  1990-08-03  |  1KB  |  55 lines

  1. This is the README file for the XINVADERS game by Jonny Goldman, based on
  2. the ideas and code of Terry Weissman's roids program.
  3.  
  4. First:
  5.  
  6. Author:
  7.  
  8.  Jonny Goldman <jgoldman@parc.xerox.com>
  9.  
  10. Distribution Policy:
  11.  
  12.  Anyway you see fit, just give me credit, and software
  13.  may not be sold for profit.
  14.  
  15. Copyright 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.  
  22. This 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.  
  41.  spacers.c    - sources
  42.  base.c
  43.  widget.c
  44.  main.c
  45.  vaders.c
  46.  shot.c
  47.  score.c
  48.  
  49.  xinvaders.ma    - a man page (you can add the n at the end).
  50.  
  51.  Makefile    - an example Makefile
  52.  
  53. This game is known to compile on Sun4's running SunOS 4.0.3., and runs
  54. under MIT's X11/R4 window system.
  55.