home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / games / m18v22.zip / M18V22.DOC < prev   
Text File  |  1988-02-01  |  5KB  |  84 lines

  1.  
  2.                                M18.EXE version 1.0
  3.                              by Ken Hopkins (WA9WCP)
  4.                                written March, 1987
  5.  
  6.     Mean 18  by Accolade is a truly great golf program!  The only shortcoming
  7.     I've found is that the algorithm allows a maximum display  of 3 available
  8.     golf courses.  If you  have more  than three  courses, you need to rename
  9.     those that you're not interested in to some  extension other  than ".M18"
  10.     so that the program can't find them. Then just those 3 courses you're
  11.     interested in will be displayed.
  12.  
  13.     M18.exe will  allow you  to have as many courses as you wish on your hard
  14.     drive. The courses should be in  the same  directory as  the Golf program
  15.     and associated  .DAT files as well as M18.  When you run M18 it will do a
  16.     directory function (files) similar to the DOS command  "DIR". The program
  17.     will specifically  search for  all files ending in ".M18". It will rename
  18.     these files to ".M10" so that they are invisible to  the Golf  game.  M18
  19.     then presents  you with a menu of choices of those golf courses available
  20.     to play. You choose the course you want  by number  and M18  renames that
  21.     course  only  to  the  ".M18"  extension  making  it visible to Golf. The
  22.     program then calls the Golf game where you will find  only one  course to
  23.     choose from, the one you've just chosen in M18.
  24.  
  25.     Of course,  when you run M18, that same course will once again be renamed
  26.     to the ".M10" extension, once more making it "invisible" until you choose
  27.     to play it again.
  28.  
  29.     M18 is  written in  Microsoft Qbasic  2.0 and  I have included the source
  30.     code for anyone that  wants to  compile it,  modify it,  etc. The M18.exe
  31.     file included with this ARC file has been compiled with the BCOM.LIB file
  32.     so that it is  a stand-alone  version and  does not  require the run-time
  33.     module of quick basic.
  34.  
  35.     ================== End of origional documentation =======================
  36.  
  37.                               M18.EXE, version 2.0
  38.                        Modified by Dick Stout on 12/30/87
  39.  
  40.     In trying  to use  the origional version of this program, I encountered a
  41.     couple of bugs, i.e. (1) If the screen wasn't cleared  before running the
  42.     program, it  wouldn't find  the files names correctly, and (2) if you had
  43.     more than 9 courses, you couldn't select the  ones above  9.   I modified
  44.     the  original  source  code  using  QuickBASIC  4.0  and  correct the two
  45.     problems.  If anyone is still having problems with the program or has any
  46.     other modifications, I can be contacted at:
  47.  
  48.                    Computing Technology BBS
  49.                    (619) 375-2306.
  50.  
  51.     ===================  End of version 2.0 addendum ========================
  52.  
  53.                               M18.EXE, version 2.1
  54.                        Modified by Dick Stout on 01/02/87
  55.  
  56.     Well, I  just couldn't  leave it  alone, so  here is  a new and hopefully
  57.     almost bug free version.    I  have  increase  the  capability  up  to 42
  58.     courses, and  changed the menu display to three columns to accomdate that
  59.     many courses.  The response to illegal responses  is much  improved, i.e.
  60.     entering something  other than  a number,  entering nothing or entering a
  61.     number that dosen't exit dosen't crash the program back to  DOS.   If you
  62.     find any bugs in it now, please let me know.
  63.  
  64.     ===================  End of version 2.1 addendum ========================
  65.  
  66.                               M18.EXE, version 2.2
  67.                        Modified by Dick Stout on 02/01/88
  68.  
  69.     You are right.... again I had to make a few changes!  As my collection of
  70.     MEAN-18 course grew (Now over 75), I had to increase the capacity of this
  71.     program to accomdate the new courses.  The capacity is now up to 100, and
  72.     there really isn't enough room on the screen to display any more courses.
  73.     While I was at it,  I added a bubble sort routine right out of the QBasic
  74.     4.0 sortdemo program.  I also changed the way it looks for the COURSE.M1?
  75.     file by utilizing two routine from the ADVBAS library.  It now gathers up
  76.     the course files much faster than the old screen writing routine. I don't
  77.     think I will do too much more with this program, but I am considering do-
  78.     ing a new one in QuickC, just as a learning experience.   If you find any
  79.     show stopper bugs in this release, give me a call on Computing Technology
  80.     BBS at (619) 375-2306 and let me know.
  81.  
  82.     ===================  End of version 2.2 addendum ========================
  83.  
  84.