This program gives a simulation of the game of contract bridge.
To the uninitiated, bridge is a card game in which you bid
with your partner in order to decide on the number of tricks
with a specified trump suit which must be collected (a contract).
It should be understood that you won't learn to play the
game by simply buying this program. It's really intended to
polish up your game.
The display is quite simple and shows the four normal
playing positions. At the bottom right hand corner, a
window is given showing the current score, current contract
and number of tricks won. Since the program is written in
machine code, all actions are instantaneous.
At any stage of the action you can get an interpretation of
any given bid. This enables you to ensure that your bid matches
your hand. The program recognises the standard Acol system but
beyond that it's a bit stupid.
It can't, for example, give an interpretation of a pre-emptive
bid. The standard of bidding was reasonable although I
sensed a certain reluctance to bid above the three level.
Occasionally, the bidding was diabolical with the program
missing an excellent trump fit. The play of contracts tended to
be quite good although the program lead trumps rather too often.
On the whole this is a fun program which plays a passable game
and, in small doses, is enjoyable. Strictly for the bridge
beginner.