home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 6 / IOPROG_06.ISO / djgpp / djgpp2 / draycast.arj / READ.ME < prev    next >
Encoding:
Text File  |  1995-12-11  |  1.4 KB  |  44 lines

  1.                           
  2.                           
  3.                           Minimun:
  4.                           -------
  5.  
  6.         To run this demo you need a 386 processor with a math copro.
  7.         and a copy of go32.exe (I send you one copy).
  8.  
  9.         To run it:
  10.         
  11.                    type at the prompt: c:\>main param1 param2
  12.  
  13.         where param1=x and 0<x<32
  14.               param2=y and 0<y<32
  15.                         
  16.         if you start and you can't move, please try again, so you probably
  17.         have started inside one block.
  18.         
  19.         when you arrive at a door press space (the door will disapear).
  20.         
  21.         to exit press ESC.
  22.                               
  23.                               
  24.                        The Sources :
  25.                        -------------
  26.  
  27.         To compile and link it:
  28.         
  29.                 modules:
  30.                          main.c -> the main program.
  31.                          bmp.c  -> to load the images.
  32.                          mem.s  -> to reset the video buffer.
  33.                          video.s -> to restore the video buffer.
  34.                          fix.s   -> to fast calculation.
  35.                          d_rut.s -> to implement some calculations.
  36.                          
  37.                  compile them, and then link with:
  38.                  
  39.                  gcc -o main main.o bmp.o fix.o video.o mem.o d_rut.o -lpc -lm
  40.                  
  41.  
  42.         
  43.  
  44.