home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / ROBOTS3.ZIP / robots / readme < prev    next >
Encoding:
Text File  |  1992-04-13  |  1.3 KB  |  28 lines

  1.    The following files have been included:
  2.  
  3.    readme ...................... This file.
  4.    robots.doc .................. The ROBOTS reference.
  5.    makefile..................... Makefile for Quick C 2.5 compiler.
  6.    sound.c, sound.h, timer.h ... The IBM PC speaker module.
  7.    console.c console.h ......... The IBM PC and VGA console module.
  8.    robots2.c robots2.exe ....... Source and executable for ROBOTS2.
  9.    robots3.c robots3.exe ....... Source and executable for ROBOTS3.
  10.  
  11.    Both games assume the following:
  12.  
  13.          * the monitor is at least 30x80.
  14.          * there is a color graphic mode at least 480x640 in size.
  15.          * at least 6 colors are supported (black, brown, cyan, red, yellow,
  16.            and white) and preferrably 3 more (blue, green, and magneta).
  17.          * the keyboard has the four directional arrow keys.
  18.  
  19. In addition, ROBOTS3 assumes the following:
  20.  
  21.          * there is a speaker capable of at least 1/18 second pitch duration or
  22.            less and frequency range 100 Hz to 1200 Hz.
  23.  
  24. The console.*, and sound.* (and timer.h) are the only compiler/operating system/
  25. machine dependent files.  Make any necessary changes here to provide support for
  26. your favorite machine, compiler, and OS.  These files are written for the IBM
  27. PC, DOS operating system, and Quick C version 2.5 compiler.
  28.