home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo THE GORILLA GAME
- echo.
- echo Tip: Enter 45 degrees and a velocity of 80
- echo for an average throw.
- echo.
- echo Press Ctrl-Break to interrupt program
- echo Press Alt, F, X to exit
- echo Press SPACEBAR now to continue
- pause > nul
- qbasic /run gorilla.bas
- cls
-