Dec 232017
This is a full graphics version of MONOPOLY. .COM ver. written in TURBO. | |||
---|---|---|---|
File Name | File Size | Zip Size | Zip Type |
LESRAL | 9128 | 1267 | deflated |
MONOCODE.000 | 10496 | 5626 | deflated |
MONOCODE.CHN | 47899 | 22149 | deflated |
MONOGRAF.GRA | 13774 | 2477 | deflated |
MONOPOLY.COM | 12223 | 9013 | deflated |
MONOPOLY.DOC | 1824 | 966 | deflated |
Download File GRAFMONO.ZIP Here
Contents of the MONOPOLY.DOC file
MONOPOLY [5.1]
This Monopoly adaptation is designed to be played intuitively and
really should not require any explanation or rules. Even if you are not
familiar with the original board game, it will be simple to catch on from
the program. The computer won't let you break any rules, and will keep
track of all your properties, houses, hotels, rents, and money. Two to four
players may participate.
If you encounter any logic errors or problems in the program please let
me know. If you enjoy it, please let me know too. Programmers need
compliments.
Don Phillip Gibson
910 East 11th
Winfield, KS 67156
For those who are curious, the source code was developed on a Tandy
1000 in Turbo Pascal. The project was started as an exercise to teach
myself that language. I have high praise for Borland's Turbo Pascal
environment. It is a joy to work in.
The four individual files function as follows: MONOPOLY.COM simply
loads the Pascal library and checks that the other three files are present
on the logged drive and directory. It then chains to MONOCODE.CHN which has
the bulk of the program code. Code space limitations required that four
infrequently accessed procedures be overlaid on the main program and they
are in MONOCODE.000. You will occasionally be aware of a disk access as
they come in and out. The various graphics figures were drawn with separate
programs and are stored in arrays in MONOGRAF.GRA.
Version 4.1, issued December 13, 1985, corrects a rule misinterpretation
in the previously distributed 3.x versions that led to overcharging when
unmortgaging property, and also adds the sound control option.
Version 5.1, issued December 19, 1985, adds the SaveGame feature.
This Monopoly adaptation is designed to be played intuitively and
really should not require any explanation or rules. Even if you are not
familiar with the original board game, it will be simple to catch on from
the program. The computer won't let you break any rules, and will keep
track of all your properties, houses, hotels, rents, and money. Two to four
players may participate.
If you encounter any logic errors or problems in the program please let
me know. If you enjoy it, please let me know too. Programmers need
compliments.
Don Phillip Gibson
910 East 11th
Winfield, KS 67156
For those who are curious, the source code was developed on a Tandy
1000 in Turbo Pascal. The project was started as an exercise to teach
myself that language. I have high praise for Borland's Turbo Pascal
environment. It is a joy to work in.
The four individual files function as follows: MONOPOLY.COM simply
loads the Pascal library and checks that the other three files are present
on the logged drive and directory. It then chains to MONOCODE.CHN which has
the bulk of the program code. Code space limitations required that four
infrequently accessed procedures be overlaid on the main program and they
are in MONOCODE.000. You will occasionally be aware of a disk access as
they come in and out. The various graphics figures were drawn with separate
programs and are stored in arrays in MONOGRAF.GRA.
Version 4.1, issued December 13, 1985, corrects a rule misinterpretation
in the previously distributed 3.x versions that led to overcharging when
unmortgaging property, and also adds the sound control option.
Version 5.1, issued December 19, 1985, adds the SaveGame feature.
December 23, 2017
Add comments