The best QBasic game ever?
11–20 of 102 posts
Re: The best QBasic game ever?
#12This is very, very cool. Speaking as someone who also wrote QBASIC games as a child, this evokes sharp pangs of nostalgia. I happen to have an old QBASIC book (pub 1993) next to me, and was skimming through it shortly before coming across this article. Random file I/O : OPEN filename$ FOR RANDOM AS [#]filenumber LEN=recordlength The book then goes on to provide helpful ways to guesstimate at the record length of a fi…
Re: The best QBasic game ever?
#13Re: The best QBasic game ever?
#14This is very, very cool. Speaking as someone who also wrote QBASIC games as a child, this evokes sharp pangs of nostalgia. I happen to have an old QBASIC book (pub 1993) next to me, and was skimming through it shortly before coming across this article. Random file I/O : OPEN filename$ FOR RANDOM AS [#]filenumber LEN=recordlength The book then goes on to provide helpful ways to guesstimate at the record length of a fi…
Re: The best QBasic game ever?
#15I used to write level editors for a game called monospace when I was a kid. Still a pretty cool game. Here's a gameplay video: http://www.youtube.com/watch?v=A_K6yB3OsGs
Re: The best QBasic game ever?
#16I was always amazed at the guys on CompuServe/AOL (and later GeoCities) who were writing RPG's in QBasic. I guess I was mostly impressed by the graphics they made, but they kind of proved to me you could write more than hangman or Nibbles in BASIC.
Re: The best QBasic game ever?
#17Wow, as someone who played with making games using QBasic on a 486 as a pre-teen I am seriously impressed. I have to chuckle at requiring such a fast processor to run well though. Assuming the author doesn't rely on too many DOS game programming tricks (I remember having to peek and poke various memory locations to trigger esoteric video resolutions, etc.) it probably wouldn't be too hard to convert this to run on vi…
In fact, when you look at the specs for QBASIC64 then it's a little less impressive than first made out. It also makes me wander why he didn't just learn VB anyway (as the libraries in QBASIC64 would have required additional learning anyway). Even VB classic would have made more sense.
Anyhow, this at least reminds the language elitists that a language is only as powerful as the developer who's wielding it.
Re: The best QBasic game ever?
#18This is very, very cool. Speaking as someone who also wrote QBASIC games as a child, this evokes sharp pangs of nostalgia. I happen to have an old QBASIC book (pub 1993) next to me, and was skimming through it shortly before coming across this article. Random file I/O : OPEN filename$ FOR RANDOM AS [#]filenumber LEN=recordlength The book then goes on to provide helpful ways to guesstimate at the record length of a fi…
Just realised, same indentation and no-end-character rules as python :) Although I've been writing qbasic back in the days and now writing python for fun, I've never realized this before...
Re: The best QBasic game ever?
#19Re: The best QBasic game ever?
#20This looks like it might take the title though.