This disk has a number of game programs. WORPUZ.BAS -- by Greg Hubbard You can inspect the different word categories, delete one or more, create one or more. Then a 2D grid of letters is generated which has one of the word lists embedded in the array. The game is to find all the words on the list. INDEX.RND, WL1.RND, WL2.RND, WL3.RND, WL4.RND, WL5.RND are support files containing the word lists. RESCUE.BAS -- SPACE RESCUE From Creative Computing, rewritten by M. Brenner You navigate a platform using the number keys to try and rescue space ships before they hit the ground. TANK.PRG -- Tank Battle (Skirmish) At first there is a cursor under "critical" and you must enter a number and hit return, say "3". Then the skirmish begins. Black (left) tank: ESC key = drive forward FG ON/FLG OFF = rotate clockwise AUTO key = rotate counterclockwise "1" key = fire a shot Red (right) tank: right arrow = rotate clockwise home key = rotate counterclockwise down arrow = drive forward end key = fire a shot Because of the limitations of mapping the compucolor keys to the standard PC keyboard, this isn't really playable on the emulator. CHESS6.PRG -- SARGON Chess v1 for v6.78 systems When it accepts a move, it seems to hang after entering the first coordinate of the piece you want to move. WATOR6.PRG -- for v6.78 systems WATOR8.PRG -- for v8.79 systems This is a variation on LIFE. One enters the fish population, the shark population, intergenrational times, how long it takes for a shark to starve, then watch the action. The BREAK key ends the simulation. RTRACK.BAS -- Vector Racetrack Instructions are printed at the start of the game. SHOOT2.BAS -- by A.W. Grogono, for Comupucolor Corp. Two opponents attempt to fire a cannonball (or something similar) from their position to wipe out the other. There is a hill between, and variable windspeed to take into consideration.