top | item 45612337

(no title)

helpfulclippy | 4 months ago

I’m surprised to see a QBasic game with 1GHz CPU and 512MB RAM required! Is that because the game needs it, or because that’s what it takes to even run a modern OS with dosbox or something?

discuss

order

vunderba|4 months ago

It's because it's not written in QBasic. It's written in a variant of QBasic called QB64 [1] - a spiritual successor to Microsoft's QBasic intended to run on modern 64-bit machines.

I went over the BAS source the last time this was posted a few weeks back and it has a lot of keywords that are specific to QB64 so unfortunately you can't run this on a true DOS machine (or DosBox).

[1] https://qb64.com

stevengoodwin|4 months ago

Worked second time for me (on Mint)

The first time it barfed was because there was a space in the filename, and the QB64 editor didn't handle it. Running on the command line, with quotes around the name, was flawless.

bsammon|4 months ago

However, it should be playable on Linux or OSX, both of which are (reportedly) supported by QB64.

bdcravens|4 months ago

The latter I assume. The game does load the text file into memory, so the old 640kb machines would probably struggle, but otherwise, it looks like it should run well enough on a 386 (or even a 286, where I wrote my first QBasic scripts, though they were nowhere nearly as polished)