(71B) Cyber Tennis version 2 for HP-71B
|
09-05-2017, 03:24 AM
(This post was last modified: 09-07-2017 12:20 PM by Gene.)
Post: #1
|
|||
|
|||
(71B) Cyber Tennis version 2 for HP-71B
The game assumes you are playing a 10-point match of cyber tennis. You play as many rounds until either you or the calculator wins 10 rounds. See instructions to play the game and to view the special new features (see steps 6, 7, and 8).
Memory Map Code: M9 = max range HP-71B Listing Code: 10 REM CYBER TENNIS - 10-POINJT GAME Instructions 1) Press the [RUN] key. 2) The calculator prompts you to enter a new seed for the random number. 3) Optionally enter a new seed and press [ENTER]. You can simply do the latter to use the current random number. 4) If you win the current round, the program displays "YOU=" followed by you current total winnings. If you lose the current round, program displays "CALC=" followed by the calculator's current total winnings. If neither wins the current round, the program displays "TIE". 5) If you reached the maximum number of points to win, the program displays "YOU WIN". If the calculator has reached the maximum number of points to win, the program displays "YOU LOSE". The program stops if there is a winner. 6) If the random number is equal to or greater than 0.99, the game goes into sudden death mode. In these mode, both you and the calculator have each a score of 9. The next win of a round determines the winning party. The program displays the message "SUDDEN DEATH" to announce this special game mode. 7) If the random number used to calculate your score in a round, is less than 0.01, your current winnings score is reset to 0. The program displays the message "YOU RESET". 8) If the random number used to calculate the calculator's score in a round, is less than 0.01, the calculator's current winnings score is reset to 0. The program displays the message "CALC RESET". 9) Resume at step 4. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)