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