Live data from Hacker News

QBasic game programming

balau82.wordpress.com

1–10 of 35 posts

Re: QBasic game programming

#2
In the late 90's there were several great QBasic communities (NeoZones was one I would frequent the most). I think these more than the fondness of the language/IDE were what kept me interested in learning software. Most of the communities seemed to die along with popularity of the language in the early 2000's.

Re: QBasic game programming

#4

In the late 90's there were several great QBasic communities (NeoZones was one I would frequent the most). I think these more than the fondness of the language/IDE were what kept me interested in learning software. Most of the communities seemed to die along with popularity of the language in the early 2000's.

Oh wow.. the community is still going: http://www.neobasic.net/

Marcade, Alias, Chaoticmass, Sciolizer.. any of you guys hang out here? :)

Re: QBasic game programming

#5
It basically has zero value now, but perhaps my only claim to "fame" in the 90s was writing the first (at least popularly known) raycaster in QBasic which then spawned a ton of clones (the comp.lang.basic.misc community was strong then). It was absolutely hideous and naive but getting credited in far smarter people's larger creations as their inspiration was an eye opener for me :-) (And a feat I have not repeated, alas!)

http://home.kpn.nl/nebula/articfls%5Carticle1.html http://www.o-bizz.de/qbdown/qbcom/files/txtreng.bas

Re: QBasic game programming

#8
I'm wondering what impact to future programmers the current state of programming will have. Back when i was using qbasic there were very few distractions, as a self taught programmer if you wanted to build something you had to figure out how to do it yourself. No frameworks, no google, no stackoverflow noise just a couple of libraries and infromation from a couple of books I had access to as a kid. I remember for my first PC I knew the purpose of every single file on its 21mb of hard disk, try doing that today..

Re: QBasic game programming

#9
Shout-out to QB64 - An attempt at a modern version/compiler for QBasic code, as well as updated features. I used to do a fair amount of programming in QB64, and the design of the language hampers it as a general-purpose language, it's a fun language for learning and writing in.
Post reply on HN