-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
executable file
·65 lines (42 loc) · 1.95 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Go Fish - By DSI
=================
This game is based on the traditional card game of Go Fish. You play against the computer.
To install:
- Unzip contents of zip file to \PSP\GAME or \PSP\GAME150, depending on your firmware configuration
- Ensure the game is located at \PSP\GAME\GoFish
Rules:
------
1) Both players (you and computer) start with 7 cards in a hand.
2) If a hand has any pairs, they are taken out and kept in the player's stash.
3) Players take turns asking the other player if they have a particular card of the same value that they currently have in their own hand.
e.g.
Player 1 asks: "Do you have a Jack?")
Player 2 will give that card to Player 1 if he has a Jack of any suit
Player 1 takes his new pair of Jacks and puts them into his stash.
Player 1 goes again.
Player 1 asks: "Do you have a 2?"
Player 2 doesn't have a 2 in his hand, so he goes "Go Fish"
Player 1 takes one card from the deck (all cards in deck are face down)
Player 1 puts down any possible pairs resulting from this new card
Player 2 gets his turn now. And so on.
NOTE: The first turn in the game is randomly selected.
4) The game ends when either a player finishes his hand or the deck runs out of cards. The winner is the player with the most pairs.
Controls:
---------
Instructions are provided in the game.
In general,
- Circle or Cross : Continue to the next move
- Direction Pad : Move around to highlight a card
- Triangle : Plays the selected card
- Select : Makes a screenshot
- Home : Quit
Release History:
----------------
v1.1 (2/13/2008)
- Added high score file containing overall results
- Changed EBOOT icon (thanks to nicodemus82)
- Minor cosmetic changes
- Improved random number seed; cards were getting predictable
- works on PSP Slim now (thanks to homemister91's new LuaPlayer HM)
v1.0 (9/5/2007)
- Inception