cribbage.6

来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 6 代码 · 共 94 行

6
94
字号
.TH cribbage 6 "" "" Unsupported.SH Namecribbage \- the card game cribbage.SH Syntax.B /usr/games/cribbage[.B \-req].I name ....SH Description.NXR "cribbage game"The.PN cribbageprogram plays the card game cribbage, with the program playing one handand the user the other.  The program will initially ask the user ifthe rules of the game are needed \- if so, it will print outthe appropriate section from.I According to Hoylewith.MS more 1 ..PPThe.PN cribbageprogram first asks the player whether he wishes to play a short game(\*(lqonce around\*(rq, to 61) or a long game (\*(lqtwice around\*(rq, to 121).  Aresponse of `s' will result in a short game, any other response willplay a long game..PPAt the start of the first game, the programasks the player to cut the deck to determine who gets thefirst crib.  The user should respond with a number between 0 and51, indicating how many cards down the deck is to be cut.  The playerwho cuts the lower ranked card gets the first crib.If more than one game is played, theloser of the previous game gets the first crib in the current game..PPFor each hand, the program first prints the player's hand,whose crib it is, and then asks the playerto discard two cards into the crib.  The cards are prompted forone per line, and are typed as explained below..PPAfter discarding, the program cuts the deck (if it is the player'scrib) or asks the player to cut the deck (if it's its crib); in the latercase, the appropriate response is a number from 0 to 39 indicatinghow far down the remaining 40 cards are to be cut..PPAfter cutting the deck, play starts with the non-dealer (the personwho doesn't have the crib) leading the first card.Play continues, as per cribbage, until all cards are exhausted.  Theprogram keeps track of the scoring of all points and the total ofthe cards on the table..PPAfter play, the hands are scored.  The program requests the player toscore his hand (and the crib, if it is his) by printing out theappropriate cards (and the cut card enclosed in brackets).Play continues until one player reaches the game limit (61 or 121)..PPA carriage return when a numeric input is expected is equivalentto typing the lowest legal value; when cutting the deck thisis equivalent to choosing the top card..PPCards are specified as rank followed by suit.  The ranks may be specifiedas one of:`a', `2', `3', `4', `5', `6', `7', `8', `9', `t', `j', `q', and `k',or alternatively, one of: \*(lqace\*(rq, \*(lqtwo\*(rq, \*(lqthree\*(rq, \*(lqfour\*(rq, \*(lqfive\*(rq, \*(lqsix\*(rq,\*(lqseven\*(rq, \*(lqeight\*(rq, \*(lqnine\*(rq, \*(lqten\*(rq, \*(lqjack\*(rq, \*(lqqueen\*(rq, and \*(lqking\*(rq.Suits may be specified as: `s', `h', `d', and `c', or alternatively as:\*(lqspades\*(rq, \*(lqhearts\*(rq, \*(lqdiamonds\*(rq, and \*(lqclubs\*(rq.A card may be specified as: <rank> \*(lq \*(rq <suit>, or: <rank> \*(lq of \*(rq <suit>.If the single letter rank and suit designations are used, the spaceseparating the suit and rank may be left out.  Also, if only one cardof the desired rank is playable, typing the rank is sufficient.For example, if your hand was \*(lq2H, 4D, 5C, 6H, JC, KD\*(rq and it wasdesired to discard the king of diamonds, any of the following could be typed:\*(lqk\*(rq, \*(lqking\*(rq, \*(lqkd\*(rq, \*(lqk d\*(rq, \*(lqk of d\*(rq, \*(lqking d\*(rq, \*(lqking of d\*(rq, \*(lqk diamonds\*(rq,\*(lqk of diamonds\*(rq, \*(lqking diamonds\*(rq, or \*(lqking of diamonds\*(rq..SH Options.TP.B \-eWhen the player makes a mistakes scoring his hand or crib, provide anexplanation of the correct score.  (This is especially useful forbeginning players.).TP.B \-qPrint a shorter form of all messages \- this is only recommended forusers who have played the game without specifying this option..TP.B \-rInstead of asking the player to cut the deck, the program will randomlycut the deck..SH Files.ta 2i.PN /usr/games/cribbage

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?