BlackJack V1.01 (2002/06/28) BlackJack 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: BlackJak.c -------------------------------------------------------------------------------- What's BlackJack? BlackJack is a kind of gambling game. In this game, "BLACKJACK" must be only two cards, one of the two cards is "A" and another card is an honour card(K, Q, J). -------------------------------------------------------------------------------- How to use BlackJack? At first you must input your ante through keyboard. (Your ante can't be more than your score.) If your cards are BLACKJACK, you will win 1.5 times of your ante. If Dealer's second card is an honour card, system will tell you whether Dealer's cards are BLACKJACK or not. If Dealer's cards are not BLACKJACK, you can go on playing, otherwise you will lose your ante. If Dealer's second card is "A", system will ask if you will add insurance(half of your ante, of course, your remainder score can't be less than the half of ante). If Dealer's cards are BLACKJACK, you will lose your ante and win double of your insurance. Otherwise you lose your insurance and you can play game as normal. If you have two same cards, you have a chance to split your cards. But if the same cards are "A" and you select "split", you can hit one card only. And you can't win by BLACKJACK way even if your cards are BLACKJACK(like the same as 21). If your points of two cards is 11, you have a chance to double your ante. Of course, your remainder score can't be less than your ante. And you will only hit one card if you select "Double". Game will be ended when you lost all of your score, or your score exceeded 999999. -------------------------------------------------------------------------------- End this document