TIMER.BAS -- Times out N seconds. Not a game. Really pointless. FOTBAL.BAS -- by B. Carney really dumb INTRO.BAS -- by B. Carney really dumb WELCOM.BAS -- a conversational program really dumb BANNER.BAS -- Accepts a text message then prints it in large block letters no a printer. CLOCK.BAS -- Prints 12 hour dial clock with vector hour, minute, seconds hands. POWER.BAS -- Nuclear power plant simulation. It dies during initialization by poking to an out of range memory address. Perhaps it was written on a 16K machine and not tested on 32K. A version also appears on games4.ccvf, but it has the same problem. MATNUM.BAS -- A nim-like game, you versus the computer NIM.BAS -- Classic logic game, you versus the computer. There are three piles of stones; you take turns removing items from any one pile. The one who takes the last stone wins. NOWORD.BAS -- worthless LIFE.BAS -- Not sure what this is. It pokes some machine language program into memory, then calls it. Just about any key I hit terminates the program. I'm not sure what it is expecting. LERN.BAS -- Drill student on addition, subtraction, multiplication, and division problems. SPCNUM.BAS -- Enter digits and they get displayed in large on the screen. However, any character other than space or 0 to 9 resultsin a program error. SPECHR.BAS -- Enter characters and/or spaces as a string, and they get displayed in large on the screen. Works OK, but the letter "K" is messed up. LATION.BAS -- by Donald R. Miller Finally, a quality card game. Most everything else on this disk is worthless. SLYFOX.BAS -- by Donald R. Miller Another nicecly presented card game.