home *** CD-ROM | disk | FTP | other *** search
/ 1,000 Best Games for Windows / 1000BestGamesForWindows.iso / sharewarefin / PRESIDNT.ZIP / SINGLE.RU_ / SINGLE.RU
Text File  |  1997-06-13  |  479b  |  20 lines

  1. ; Play my 2's if there is only one other card
  2. 2    NumDiffVals = 1
  3.  
  4. ; Pass to save high cards to move up at end of game
  5. P    Lead = 0    NumDiffVals > 4    TwosLeft > 1    HigherPlayers > 2    TotMyTwos < 1        CardVal > 10
  6.  
  7. ; Lead lowest single card
  8. L
  9.  
  10. ; Lead Lowest sets availible
  11. LP    CardVal < K
  12. LT    CardVal < K
  13. LQ    CardVal < A
  14.  
  15. ; Break up sets if at higher postion
  16. L*    HigherPlayers < 2
  17.  
  18. ; Play a 2 if I have a spare one after 40% of the game is over
  19. 2    %Played > 40 TotMyTwos > 1    
  20.