Model 100 Program book by Terry Kpener  David Huntress
Part4 GAMES

I have mostly typed out the listings from the book as they were printed

The exceptions are that I have added REMs at the top stating the page in the book where the listings began, and adding book title and author lines.

In a few cases, where it was very clean and easy to do os, I have added lines to dump the execution and exit directly to the computer's main MENU.

All of these additions are obvious in that I have inserted my line numbers between the original 10,20,30,... line numbers. This way, if you want the exact original code, you just have to remove the single or XX5 lines.

Note: These additions have altered the original file byte sizes, but I have kept the values which the authors usually put on line 10. 

The Files:

TICTAC: Tic tac toe. Use arrows to place your dot, press Enter to set your X.  When the game starts, if you wait too long the computer will go first. 

REVERS: Numbers are scrambled, your goal is to restor them to counting order lowest first.  You do this by selecting groups of numbers and revergin thei order starting with the first number on the display.  It took me a while to get it, then it made sense.

MASTER: Mastermid.  Computer selects five digit number you try to guess what it is from the clues.  Computer clues are given as a two digit number, the ones position tells you how many you matched.  If you get one or more of the  digits in the exact same position as the computer's number then the tens digit of the clue tells you how many are exactlyu matched. 

MIMIC:  I think this is similar to the old Simon game.  You have to match the computer's pattern of numbers, as you do well the computer adds to the pattern.  Use the NUM lock and the number keys to sort of match the positions of the pattern

WUMPUS.  You're in a cave.  THere are tunnels.  There are bats and bottomless pits and a dangerous beat called a Wumpus.  You may have some arrows.  You try to ove around without dying and win if you don't die and if you kill the Wumpus.  Game starts asking you how many cave room it should make... has to be divisible by 5.  If you only use 5 then you get no arrows... 10 15 20 etc gives you more arrows. 

INVDRS:  you are the bracket at the upper left, numbers are evil-doers come at you from the upper right.  Press the matching number keys to kill off the invaders.  Game speeds up.  Actually it's kind of fun :)



