home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / games / batship.zip / BATSHIP.DOC next >
Text File  |  1986-03-31  |  2KB  |  31 lines

  1.         This Battleship program was originally written in C for the XENIX 
  2. operating system in June of 1985.  At that time I was using ANSI escape codes
  3. to do cursor movement and all the standard output routines for text.  This
  4. current version is IBM PC/compatibles specific and uses special functions I
  5. wrote with the Macro Assembler.  The functions use INT10 in the ROM BIOS to
  6. do all text output and cursor positioning.  The main source is still in C
  7. and was compiled with Microsoft C using the /Gs and /Ot    switches.
  8.     
  9.         Here are a couple of hints for playing the game.  During setup you 
  10. should first select the letter of the ship you will place.  NOTE: ALL INPUTS 
  11. SHOULD BE IN LOWER CASE.  Next you will select the direction that the main
  12. body of the ship will be placed starting from the row and column that you 
  13. will pick next.  Enter the row and column with no intervening spaces.  If
  14. you decide that you don't like where you have placed one of your ships you
  15. may enter it's letter again and the old ship will be erased.  When you are
  16. satisfied with the placement of all your ships type the letter q and the
  17. computer will randomly place it's ships.  When the computer has placed it's
  18. ships the battle will start, you shoot first then the computer shoots.  Enter
  19. the row and column of your shot the same way as when you placed your ships.
  20. If you want to leave the game at any time type a Ctrl-C or Ctrl-Break.
  21.  
  22.         I will welcome any ideas or suggestions that players of this game
  23. may have and I would greatly appreciate a donation of $10 or so.  Also, if
  24. anyone was interested I might be persuaded to give up the source for my INT10
  25. functions or the Battleship program itself.  Send any correspondence to:
  26.  
  27.                            David T. Hamilton
  28.                            7000 Etiwanda #20
  29.                            Reseda, Ca. 91335
  30.  
  31.