1FISH(6) Games Manual FISH(6)
2
3
4
6 fish - play ``Go Fish''
7
9 /usr/games/fish
10
12 Fish plays the game of “Go Fish”, a childrens' card game. The Object
13 is to accumulate `books' of 4 cards with the same face value. The
14 players alternate turns; each turn begins with one player selecting a
15 card from his hand, and asking the other player for all cards of that
16 face value. If the other player has one or more cards of that face
17 value in his hand, he gives them to the first player, and the first
18 player makes another request. Eventually, the first player asks for a
19 card which is not in the second player's hand: he replies `GO FISH!'
20 The first player then draws a card from the `pool' of undealt cards.
21 If this is the card he had last requested, he draws again. When a book
22 is made, either through drawing or requesting, the cards are laid down
23 and no further action takes place with that face value.
24
25 To play the computer, simply make guesses by typing a, 2, 3, 4, 5, 6,
26 7, 8, 9, 10, j, q, or k when asked. Hitting return gives you informa‐
27 tion about the size of my hand and the pool, and tells you about my
28 books. Saying `p' as a first guess puts you into `pro' level; The
29 default is pretty dumb.
30
31
32
334th Berkeley Distribution May 20, 1985 FISH(6)