1See the file README for complete information about XInvaders 3D
2in general. This file covers MS-DOS issues only.
3
4INFORMATION FOR PLAYERS:
5
6This is the MS-DOS port of XInvaders 3D. It should run on any
7IBM-PC or compatible, running some version of MS-DOS greater than 6.0.
8To start the game, just type: xinv3d. See README for instructions.
9
10MS-DOS port done by Don Llopis (dllopi01@fiu.edu).
11
12INFORMATION FOR PROGRAMMERS:
13
14To build the game, type:
15        make -f Makefile.dos
16
17You must have the latest version of DJGPP (a 32bit DOS compiler) and at
18least version 3.12 of the Allegro graphics library.
19
20If you make any modifications to the code, please keep ALL DOS-specific
21code in main-dos.c.
22
23Both DJGPP and Allegro can be found here:
24http://www.delorie.com/djgpp/
25
26Have Fun!
27Don Llopis
28dllopi01@fiu.edu
29