The best QBasic game ever?
21–30 of 102 posts
Re: The best QBasic game ever?
#22There has definitely been additional libraries added since the making of "Gorillas", but still it's pretty impressive. He's been posting updates to /r/gamedev ( http://www.reddit.com/r/gamedev/comments/12urov/im_making_a_... )
http://www.reddit.com/r/IndieGaming/comments/1bqegf/i_put_my...
Re: The best QBasic game ever?
#23[1] http://boxerapp.com/ [2] http://www.dosgamesarchive.com/
Re: The best QBasic game ever?
#24Re: The best QBasic game ever?
#25Re: The best QBasic game ever?
#26Re: The best QBasic game ever?
#27Re: The best QBasic game ever?
#28Re: The best QBasic game ever?
#29How would it perform on a state of the art personal computer in 1991, when Gorillas was released?
It wouldn't according to this: >Black Annex requires at least a 2.6GHz processor due to the scope of the project and the unoptimized multi-dimensional arrays.
Re: The best QBasic game ever?
#30Wow, 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…
He's already using SDL. Plus, QBASIC64 isn't a DOS environment. 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 i…
Doing anything useful in QBasic was such a major pain; from what I recall, to use the mouse(which wasn't supported), you needed to write an assembly procedure byte by byte, do a CALL ABSOLUTE to jump into that procedure and re-read the cursor position from memory.