home *** CD-ROM | disk | FTP | other *** search
-
-
- Minimun:
- -------
-
- To run this demo you need a 386 processor with a math copro.
- and a copy of go32.exe (I send you one copy).
-
- To run it:
-
- type at the prompt: c:\>main param1 param2
-
- where param1=x and 0<x<32
- param2=y and 0<y<32
-
- if you start and you can't move, please try again, so you probably
- have started inside one block.
-
- when you arrive at a door press space (the door will disapear).
-
- to exit press ESC.
-
-
- The Sources :
- -------------
-
- To compile and link it:
-
- modules:
- main.c -> the main program.
- bmp.c -> to load the images.
- mem.s -> to reset the video buffer.
- video.s -> to restore the video buffer.
- fix.s -> to fast calculation.
- d_rut.s -> to implement some calculations.
-
- compile them, and then link with:
-
- gcc -o main main.o bmp.o fix.o video.o mem.o d_rut.o -lpc -lm
-
-
-
-
-