Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site zeta.UUCP Path: utzoo!watmath!clyde!burl!ulysses!gamma!epsilon!zeta!jeb From: jeb@zeta.UUCP (John Berry) Newsgroups: net.bugs.4bsd Subject: bug in game cribbage Message-ID: <110@zeta.UUCP> Date: Fri, 18-Oct-85 11:44:00 EDT Article-I.D.: zeta.110 Posted: Fri Oct 18 11:44:00 1985 Date-Received: Sat, 19-Oct-85 07:27:36 EDT Organization: BELLCORE, Livingston, NJ Lines: 20 It looks like there is a bug in the flush scoring area in the game cribbage. The rule for scoring a flush is: Four cards of the same suit in hand score 4; four cards in hand or crib of same suit as the starter score 5. (No count for four-flush in crib.) The problem is that the actual scoring is just the reverse of the rule. The game will award 4 points for four-flush in the crib and will not award 4 points for four-flush in the hand. I have not come accross a five-flush in either the hand or the crib to verify that scoring. Has anyone else found this problem and is there a fix for it? I dont understand C that well to debug the code in score.c. Thanx in advance John