home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
500 Game Surplus
/
XSurplus.iso
/
371
/
BALANCE.RU_
/
BALANCE.RU
Wrap
Text File
|
1997-06-26
|
550b
|
24 lines
; Play my 2's if there is only one other card value
2 NumDiffVals = 1
; Play lowest values less than an Ace but dont break up sets
LQ CardVal < A
LT CardVal < A
LP CardVal < A
L
; Break up sets if only one or two higher players
L* HigherPlayers < 3
; If I am in a losing postion then break up sets near end of hand
L* PlayersLeft < 4 NumDiffVals < 5
; Play a 2 if I have one to spare near end of game
2 %Played > 45 TotMyTwos > 1
; Never pass when we have the lead
LQ Lead = 1
LT Lead = 1
LP Lead = 1
L Lead = 1