home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 3: The Continuation / 17-Bit_The_Continuation_Disc.iso / amigan / amigan 4 / monopoly / readme.amigan < prev   
Encoding:
Text File  |  1994-01-27  |  858 b   |  17 lines

  1. This is a version of the Parker Brothers board game Monopoly, written
  2. by David Addison in ABasic.  It really takes advantage of the graphics
  3. in ABasic - a bit tedious to actually play, but fun to watch.
  4.  
  5. To run it, first issue the command 'stack 20000' (or so), then get into
  6. ABasic by typing 'abasic'.  Then type 'load "monopoly.bas"' and wait for
  7. the 55K basic program to load.  Then type 'run'.
  8.  
  9. Warning: The game expects the disk to be in drive 0, and looks for the
  10. directory MONOFILES on that disk. You'll have to change line 7902 to
  11. read: "df1:monopoly/monofiles/" if you plan to play from the disk as issued,
  12. in drive 1. No other changes are needed.
  13.  
  14. There are several files of the same name in the directory MONOPOLY and the
  15. subdirectory MONOFILES. These files are NOT the same in content, so don't
  16. make any changes. The program, as given, will run.
  17.