Search found 69 matches
- Sun Jan 22, 2023 3:15 am
- Forum: News and Announcements
- Topic: New Qbasic Christmas Game: Santa's Delivery Rush
- Replies: 10
- Views: 3782
Re: New Qbasic Christmas Game: Santa's Delivery Rush
Thanks Mike for the review! Really glad to hear your were able to make it through the full game and hopefully somewhat enjoyed it. The level finished jingle isn't purposely a different tempo. It's the same code executed each time, it's just using the QB built in "background" playing. I'm g...
- Sun Dec 25, 2022 11:13 am
- Forum: News and Announcements
- Topic: New Qbasic Christmas Game: Santa's Delivery Rush
- Replies: 10
- Views: 3782
Re: New Qbasic Christmas Game: Santa's Delivery Rush
Thanks!! Glad you like it. If it helps, one strategy I like to use is to sacrifice some of the presents to the enemies so there's less to deliver (though it hurts your score bonus at the end of the level). It especially helps on some later levels where there might be some tighter time limits. Edit: ...
- Sat Dec 24, 2022 2:27 pm
- Forum: News and Announcements
- Topic: New Qbasic Christmas Game: Santa's Delivery Rush
- Replies: 10
- Views: 3782
Re: New Qbasic Christmas Game: Santa's Delivery Rush
Merry Christmas Everyone! I finally got around to finishing this game! The game has 25 levels + bonus levels with three difficulty settings. It also comes with a level editor, sprite editor, and an option to load user created levels. To run the game, extract the SDRUSHV1.ZIP contents to a new direct...
- Mon Oct 17, 2022 2:13 pm
- Forum: Pete's QB Site News
- Topic: Forum Upgraded to PHPBB v3.3
- Replies: 5
- Views: 4804
Re: Forum Upgraded to PHPBB v3.3
Thanks Pete!
- Mon Apr 11, 2022 12:27 pm
- Forum: News and Announcements
- Topic: Columns in QB - Release
- Replies: 4
- Views: 3055
Re: Columns in QB - Release
Wow! This is some incredible work. That looks and plays fantastic! It's been many years since I last played Columns so I don't know if it's in the original but I did like the grace period when the column lands where you can quickly still switch the jewels around or slide it to the side. It was espe...
- Thu Mar 03, 2022 4:15 pm
- Forum: News and Announcements
- Topic: WorDOSle -- Wordle for DOS made in QB!
- Replies: 6
- Views: 3798
Re: WorDOSle -- Wordle for DOS made in QB!
Nice job! I had a lot of fun with this game so far. I've never really played the original WORDLE game so this was new to me. :) I loaded it up on my IBM XT and ran it off a 360Kb floppy and then off the CF hard drive (MFM drive is sticking so I wasn't able to try that today... need to go in and manu...
- Mon Jan 24, 2022 1:20 am
- Forum: News and Announcements
- Topic: New Qbasic Christmas Game: Santa's Delivery Rush
- Replies: 10
- Views: 3782
Re: New Qbasic Christmas Game: Santa's Delivery Rush
Thanks Pete! Happy Belated Christmas to you too!
- Fri Jan 07, 2022 12:13 pm
- Forum: News and Announcements
- Topic: New version of my old DOS GUI, Costa
- Replies: 3
- Views: 3264
Re: New version of my old DOS GUI, Costa
This looks awesome! I can't wait to try it out on my 486!
- Sun Dec 26, 2021 10:44 pm
- Forum: News and Announcements
- Topic: New Qbasic Christmas Game: Santa's Delivery Rush
- Replies: 10
- Views: 3782
New Qbasic Christmas Game: Santa's Delivery Rush
Hi All, 2023-01-06 Edit: Game finished! Fixed blending animation a bit from 12/24 release. New latest download is SDR101.ZIP A few years ago, I made Santa's Christmas Rescue . Which was a challenge I made for myself to create a Christmas themed game from December 1st to Christmas Day. This year, I d...
- Wed Aug 25, 2021 2:40 pm
- Forum: QBASIC and QB64 Questions & Answers
- Topic: Missing game: Hackman
- Replies: 1
- Views: 3767
Re: Missing game: Hackman
I tried searching the web too but wasn't able to find any working links for anything besides 2&3. I also checked all my stuff that I have on my computer and I don't have a copy of it. (Unless it's floating around on an old hard drive I have stacked away). Closest thing I could find was his YouTu...
- Mon Aug 02, 2021 11:51 pm
- Forum: QBASIC and QB64 Questions & Answers
- Topic: File search in QB without crash
- Replies: 2
- Views: 5342
Re: File search in QB without crash
What if you cached your directory "database" array to a file? That way you could write chunks of it to disk before it hits the max string space. For example, say the full directory structure will take 2.5x the max string space, once you get close to maxing it out, flush that data to a file...
- Mon Apr 19, 2021 3:12 am
- Forum: General Discussion
- Topic: I Left The JOKE! Forum https://www.qb64.org/forum By Anthony.R.Brown
- Replies: 5
- Views: 10890
Re: I Left The JOKE! Forum https://www.qb64.org/forum By Anthony.R.Brown
I just realized I mis-read your original question. I thought you were asking how we feel about this forum instead of QB64's. I've never actually used the QB64 forum before and only recently tried the QB64 IDE itself out for the first time. I still just use QB 4.5 and DOS. From what I saw with QB64, ...
- Wed Mar 03, 2021 11:20 am
- Forum: News and Announcements
- Topic: Microsoft released a modern Qbasic for Windows 10
- Replies: 4
- Views: 10503
Re: Microsoft released a modern Qbasic for Windows 10
Oh wow. That's a real bummer. Thanks for the heads up on it's sketchiness.
- Tue Feb 23, 2021 10:45 am
- Forum: News and Announcements
- Topic: Microsoft released a modern Qbasic for Windows 10
- Replies: 4
- Views: 10503
Microsoft released a modern Qbasic for Windows 10
Not sure if this was mentioned, but it looks like Microsoft released a version of Qbasic for Windows 10. From the screen shots, it looks like the IDE is a modified version of VS Code. I don't currently own a Windows 10 computer to try it out but could be useful for someone on Windows 10 that doesn't...
- Tue Feb 23, 2021 1:29 am
- Forum: QBASIC and QB64 Questions & Answers
- Topic: properly formatting asm code to make it QB ready
- Replies: 2
- Views: 7743
Re: properly formatting asm code to make it QB ready
I'd probably write something in python or perl that took the output from od and formatted it correctly to paste into the qb program. Probably could also use a straight bash script but I'm not really familiar with od so I'm not sure how much parsing of the output you need to do and it might just be e...
- Tue Feb 23, 2021 1:20 am
- Forum: General Discussion
- Topic: I Left The JOKE! Forum https://www.qb64.org/forum By Anthony.R.Brown
- Replies: 5
- Views: 10890
Re: I Left The JOKE! Forum https://www.qb64.org/forum By Anthony.R.Brown
It's pretty dead here these days but some of us still float around. 

- Tue Feb 23, 2021 1:03 am
- Forum: QBASIC and QB64 Questions & Answers
- Topic: Qbasic SHELL command and environment limit
- Replies: 1
- Views: 6340
Re: Qbasic SHELL command and environment limit
Are you getting "Out of environment space" error messages with the set command in your batch file? You can bump that size up in the config.sys at the expense of losing some conventional RAM by adding something like this: SHELL=C:\COMMAND.COM /e:2049 /p I haven't tried in DOSBox but it work...
- Tue Feb 23, 2021 12:23 am
- Forum: QBASIC and QB64 Questions & Answers
- Topic: Is it Possible to Password protect a Program External DATA File ?
- Replies: 4
- Views: 9117
Re: Is it Possible to Password protect a Program External DATA File ?
It's not password protecting but what about using BSAVE/BLOAD to save and load the data files? That way it's stored in binary so you can't just open it up in a text editor to see the contents and it's also faster than regular reading/writing to text files using the old "OPEN filename for INPUT ...
- Mon Feb 22, 2021 7:06 pm
- Forum: News and Announcements
- Topic: zero byte output after executing program
- Replies: 1
- Views: 5827
Re: zero byte output after executing program
That's weird. Tried the same exact thing in DOSbox here in QB1.0 and QB4.5 and it returned a LOF = 17. TEST.BAS: PRINT "TESTING 123 ABC" SYSTEM TEST2.BAS: CLS SHELL "qb /run test.bas > test.out" SHELL "type test.out" OPEN "test.out" FOR BINARY AS #1 PRINT &quo...
- Mon Feb 22, 2021 6:53 pm
- Forum: Pete's QB Site News
- Topic: Well, is this the end?
- Replies: 17
- Views: 54412
Re: Well, is this the end?
That is super cool!!!
I noticed on Rubber Mallet's website, they said the web server version only allows one connection at a time, but I guess that's not an issue because you only have the one system talking to it or was that updated as well?
I noticed on Rubber Mallet's website, they said the web server version only allows one connection at a time, but I guess that's not an issue because you only have the one system talking to it or was that updated as well?