VOGONS


QBasic games.

Topic actions

First post, by Niezgodka

User metadata
Rank Member
Rank
Member

I always thought, that qBasic is text mode semi programming language. That guy on this website makes games in graphics mode, and they are quite good.

https://www.glorioustrainwrecks.com/mirrors/a … do/e-qbasic.htm

Do you know more websites with QBasic games? Do you have any favorites?Please share.

Reply 1 of 9, by gca

User metadata
Rank Member
Rank
Member

Take a look here http://www.petesqbsite.com/index.php . Not all games related but has quite a few tutorials on QBasic game development among many other things if you are interested in having a go yourself.

Reply 2 of 9, by Jo22

User metadata
Rank l33t++
Rank
l33t++

Also have a look at QuickBasic (QB, QB45) related game development. QuickBasic 4.5 is able to execute and compile QBasic programs.
It also comes with an on-line help system and has got more features (you can include external libraries, such as qb.bi).

Or if you find a cheap copy of Visual Basic for DOS, then that's an alternative, too.
It has a fairly good QBasic/QB compatibility, as far as I can tell.

"Time, it seems, doesn't flow. For some it's fast, for some it's slow.
In what to one race is no time at all, another race can rise and fall..." - The Minstrel

//My video channel//

Reply 4 of 9, by BeginnerGuy

User metadata
Rank Oldbie
Rank
Oldbie
oeuvre wrote:

GORILLA.BAS

I feel like everybody had this game (including me). I think it was included with qbasic disks.

Basic can use graphics mode no problem, only issue is it's extremely slow compared to game engines written in C or pascal with assembly for memory moves. On the bright side its hilariously easy to use and thus the language many of us learned as kids.

Sup. I like computers. Are you a computer?

Reply 5 of 9, by matze79

User metadata
Rank l33t
Rank
l33t

http://www.antonis.de/qbdown/qbspiele.htm

There are also 3D Games, but they use directqb a libary with asm routines.

https://www.retrokits.de - blog, retro projects, hdd clicker, diy soundcards etc
https://www.retroianer.de - german retro computer board

Reply 6 of 9, by Scali

User metadata
Rank l33t
Rank
l33t
BeginnerGuy wrote:

I feel like everybody had this game (including me). I think it was included with qbasic disks.

Well, QBasic is the stripped version of Quick Basic that came with DOS.
So everyone who had DOS 5.0 or later, had QBasic, and therefore gorilla.bas

Earlier versions of DOS had GW-BASIC, and donkey.bas

http://scalibq.wordpress.com/just-keeping-it- … ro-programming/

Reply 7 of 9, by Gered

User metadata
Rank Member
Rank
Member

Used to do quite a bit of QuickBASIC coding back in the late 90's and very early 2000's. QBasic 1.1 (the free version that comes with MS-DOS) is pretty capable and a lot of fun to use, but moving up to QuickBASIC makes it easier to link in high performance code written in C, assembly, etc. as "quick libraries." That really opens the door to do a lot of the cool stuff you can find on the sites others have linked in this thread. You can actually use assembly in QBasic 1.1 too via CALL ABSOLUTE, but it tends to be a pain in the ass (in my experience). Plus the extra performance you get from being able to run your own compiled .EXE's with QuickBASIC helps too.

There were a quite a lot of game development libraries geared towards QuickBASIC (DirectQB, Future Library, UGL, etc) and the community of developers at the time was awesome. I miss those days. 😀

486DX2-66/16MB/S3 Trio32 VLB/SBPro2/GUS
P233 MMX/64MB/Voodoo2/Matrox/YMF719/GUS CD3
Duron 800/256MB/Savage4 Pro/SBLive (IN PROGRESS)
Toshiba 430CDT

Reply 9 of 9, by Jo22

User metadata
Rank l33t++
Rank
l33t++

https://www.youtube.com/watch?v=Mal6XbN5cEg
A classic. 😀

"Time, it seems, doesn't flow. For some it's fast, for some it's slow.
In what to one race is no time at all, another race can rise and fall..." - The Minstrel

//My video channel//