More actions
Go Fish | |
---|---|
General | |
Author | DSI |
Type | Card |
Version | 1.1 |
License | Mixed |
Last Updated | 2008/12/03 |
Links | |
Download | |
Website | |
Go Fish PSP is the first Go Fish card game written for the PSP, originally released in 2007. Written in Lua and works on custom firmwares.
Installation
Unzip contents of zip file to /PSP/GAME/.
Ensure the game is located at /PSP/GAME/GoFish/.
User guide
Game rules:
- Both players (you and computer) start with 7 cards in a hand.
- If a hand has any pairs, they are taken out and kept in the player's stash.
- 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.
Example scenario 1:
- 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.
Example scenario 2:
- 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.
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
Circle/Cross - Continue to the next move
D-Pad - Move around to highlight a card
Triangle - Plays the selected card
Select - Makes a screenshot
Home - Quit
Changelog
v1.1 2008/02/13
- 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 2007/09/05
- Inception.
External links
- GitHub - https://github.com/dsixda/PSP-Go-Fish
- QuickJump - http://dl.qj.net/psp/homebrew-games/go-fish-v11.html (archived)