The QBasic Forum     RULES     Other Subforums, Links and Downloads    Index of Threads

 Return to Index  

Very nice

December 2 2005 at 3:38 PM
  (Login MCalkins)
R


Response to Simple ASCII Space Game (Version 1.1)

this is a cool use of ASCII, and a nice attractive game.

IF INSTR(COMMAND$, "S") THEN

created an "Advanced feature unavailable" error because it is unsupported in QBASIC. I had to rem the IF and END IF lines to run the game. Perhaps you could have the an INTEGER variable enable or disable sound, and toggle that INTEGER with a keystroke?

It seems you are using an the IMP statement for input. So that you can track key presses and releases? Cool.

Regards,
Michael

 
 Respond to this message