Page 1 of 1

To Pete and friends: How did you guys get so good at QBasic?

Posted: Thu May 07, 2009 7:43 pm
by Soondimish
How did you guys get so good at QBasic?

Posted: Thu May 07, 2009 8:52 pm
by burger2227
Practice. Lots of practice!

Posted: Fri May 08, 2009 3:18 pm
by Soondimish
Thanks.

Posted: Fri May 08, 2009 3:37 pm
by bongomeno
well obviously practice, but to become a great programmer you have to enjoy it (or be addicted like me :P ).

Posted: Sat May 09, 2009 6:43 pm
by Pharoah
I didn't :P

Practice!

Posted: Wed Jun 03, 2009 3:57 pm
by markm
Thirty-some years ago I got so involved in playing around in BASIC that I flunked out of college. Maybe that isn't the best example. :D

Posted: Wed Jun 03, 2009 4:48 pm
by bongomeno
i failed the 10th grade cuz of BASIC........ lol :oops: (and maby my Atari too)

Thanks for your answers.

Posted: Wed Jun 17, 2009 10:02 pm
by Soondimish
I loved to use QBasic 4.5 a while ago but I decided to use python and pygame instead. But now I miss my old QBasic games, so-- I'm trying to translate them into python and pygame.

Posted: Sat Nov 21, 2009 11:46 pm
by Soondimish
I finally translated one of my favorite QBasic games into python and pygame!
Thanks to Max Hunt and whoever else kindly made the "Basic BootCamp.zip"! With it I was able to find a missing library so that I could use InterruptX along with a QB program (by Michael Webster) that stores a SCREEN 13 image as a Windows BMP file. (So I was able to translate screen 13 colors into an RGB bmp file that could be easily be read by pygame)

The python version isn't exactly the same as the QBasic 4.5 version . . .
But at least now I can play it on most up-to-date computers.

I would just like to say thanks to Pete and all other QBasic programmers who have indirectly helped me restore one of my favorite QBasic games.

Thank you all very much! :)

Posted: Sun Nov 22, 2009 5:38 pm
by burger2227
I have code to save SCREEN 12 (4BPP) or 13(8 BPP) to a bitmap if you need it.
You can use it in any QB program to take a screenshot of a game or program too.

The Screen 12 SUB is in my Demonstrator program linked below. Qbasic9.bas
All BAS files are text readable.

Ted

Posted: Mon Nov 23, 2009 12:19 am
by Soondimish
Thank you for your offer, but I have all I need at the moment.
I just came back to this forum to say thanks to you guys for all your help and encouragement.
Thanks. :)

Matt