home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / games / monopoly.zip / MONO.DOC < prev    next >
Text File  |  1986-03-03  |  3KB  |  57 lines

  1. MONOPOLY [5.5]
  2.  
  3.      This Monopoly adaptation is designed to be played intuitively and
  4. really should not require any explanation or rules.  Even if you are not
  5. familiar with the original board game, it will be simple to catch on from
  6. the program.  The computer won't let you break any rules, and will keep
  7. track of all your properties, houses, hotels, rents, and money.  Two to four
  8. players may participate.
  9.  
  10.      During the DiceRoll, pressing F1 will toggle sound on or off.
  11.  
  12.      Pressing F2 during the DiceRoll will allow you to save the game you
  13. are presently playing to disk (or just quit the game.)   A saved game may be
  14. reloaded by pressing F2 during the 'Who are the players?' entry section.
  15.  
  16.      If you encounter any logic errors or problems in the program please let
  17. me know.  If you enjoy it, please let me know too.  Programmers need
  18. compliments.
  19.  
  20.                  Don Phillip Gibson
  21.                  910 East 11th
  22.                  Winfield, KS 67156
  23.  
  24.      Though this MS-DOS adaptation is copyrighted, I encourage free distri-
  25. bution through bulletin boards or just by passing a copy along to a friend.
  26. Just don't charge for it, and also please don't distribute any modified
  27. versions without express permission.  Be certain that all four game files
  28. and this READ.ME file are grouped together.
  29.  
  30.      For those who are curious, the source code was developed on a Tandy
  31. 1000 in Turbo Pascal.  The project was started as an exercise to teach
  32. myself that language.  I have high praise for Borland's Turbo Pascal
  33. environment.  It is a joy to work in.
  34.  
  35.      The four individual files function as follows:  MONOPOLY.COM simply
  36. loads the Pascal library and checks that the other three files are present
  37. on the logged drive and directory.  It then chains to MONOCODE.CHN which has
  38. the bulk of the program code.  Code space limitations required that four
  39. infrequently accessed procedures be overlaid on the main program and they
  40. are in MONOCODE.000.  You will occasionally be aware of a disk access as
  41. they come in and out.  The various graphics figures were drawn with separate
  42. programs and are stored in arrays in MONOGRAF.GRA.
  43.  
  44.      Version 4.1, issued December 13, 1985, corrects a rule misinterpretation
  45. in the previously distributed 3.x versions that led to overcharging when
  46. unmortgaging property, and also adds the sound control option.
  47.  
  48.      Version 5.x, issued December 19, 1985, adds the SaveGame feature. This
  49. version, 5.5, issued March 3, 1986, is a little smarter during end of game
  50. routines and in dealing with color group transactions, and also adds a more
  51. elegant quit function.
  52.  
  53. dpg
  54.  
  55.  
  56.  
  57.