Quote:
Originally Posted by CaptainCrunch
10 Rem *This is not the answer you are looking for Joshua*
20 Print "Do you want to play a game"
30 Input answer$
40) If answer$ = "Y" goto 100 rem*answer Y sends program to launch nuclear missiles library*
30 cls
40 Goto 20
|
I was with you until you used CLS instead of HOME to clear the screen. You must have been a Commodore guy, not an Apple guy. And I was starting to like you
This sent me down memory lane a little - the computer in Wargames was an IMSAI microcomputer that ran CP/M. Looking for what the clear screen command would have been for that computer, I found that there are a
few different BASIC interpreters available for CP/M. At the end of the the link is a brief description of the Super Star Trek game. I remember finding the listing for this game somewhere, and reading through it. It was one of the games that sparked my love for programming - the text-based map display blew me away.