Poker V1.01 (2002/06/28) Poker Help for CASIO PV Unit Information: http://www.pocket-viewer.com/ E-mail : webmaster@pocket-viewer.com -------------------------------------------------------------------------------- Version Up 2001/03/12 ------ Version 1.00 2002/06/28 ------ Version 1.01 1. In some message box windows, when you click Light key, the message box will disappear and the window is changed. Now when you click Light key, the window is as same as before. Updated source file: Poker.c -------------------------------------------------------------------------------- What's Poker? Poker is a kind of gambling game. Cards are sorted from bad to good under: 1. High(Ex.1,3,4,5,7) 2. One pair(Ex.1,1,4,5,7) 3. two pair(Ex.1,1,4,4,7) 4. Three of a kind(Ex.4,4,4,3,7) 5. A straight(Ex.3,4,5,6,7) 6. A flush(Ex.3,4,9,6,7,all are club) 7. Full house(Ex.3,3,3,4,4) 8. Four of a kind(Ex.3,3,3,3,4) 9. Straight flush(Ex.3,4,5,6,7,all are club) 10.Royal flush(Ex.A,K,Q,J,10,all are club) -------------------------------------------------------------------------------- How to play with Poker? At the beginning, after you judged your cards, you can click "BET(1)" to increase your ante through keyboard(Your ante is not more than your score). And you can select "check" to make sure your current ante is only 1. Of course you can also select "FOLD" to give up this bout. After your choice, dealer have three choices to select. If dealer select "FOLD", you win 1 times of your ante. If dealer select "CALL", you can exchange cards, then press "OK" to confirm. After dealer exchanged his cards the first round is over. If dealer select "RAISE", you can select "FOLD" to give up this bout, and you can select "CALL" to agree current ante, or you can also increase ante by select "RAISE". You can't exchange your cards until you or dealer select "CALL". If you bet all your ante, dealer must select "CALL" or "FOLD". You and dealer do same step in second round but changing cards. At last system will judge you lose or win by your and dealer's cards. Game will be over when you lost all of your score, or your score exceeded 999999. -------------------------------------------------------------------------------- End this document