Page 1 of 1

Qbasic Puzzle League Version 1.11

Posted: Sat Jul 12, 2008 5:12 pm
by BluescreenODeff
Hi everyone! I just wrote a game that plays like Panel de Pon, Tetris Attack, and Pokemon Puzzle League. I had to use some code from other websites just to get it to not flicker so much, but I just wanted to share this with you:

Version 1.11 Uploaded!
http://www.geocities.com/duggerc_2001/qbpl111.zip

This is in a sort-of "beta" version, and it's open source. If anyone wishes to make improvements to the game, by all means, be my guest.

Hope you like it! Have a nice day and God Bless!

Posted: Tue Aug 05, 2008 2:20 pm
by BluescreenODeff
So, any questions, comments, thoughts?

Posted: Wed Aug 06, 2008 5:39 pm
by sid6.7
sorry man..didn't even notice the thread...i'm a great MOD aye?


okay i ran it but it quit after it drew the game screen...and jumped to this line of the code...

open filename$ for input as #1

and reported "file not found"...

Posted: Wed Aug 06, 2008 6:40 pm
by BluescreenODeff
I think the problem is that I designed the program in which the .blk and .num files must be in the same directory as the BASIC file.

If you wish to adjust this, go to the PutBlock and PutNumber subs. Where it says:

Code: Select all

OPEN filename$ FOR INPUT AS #1
You could replace it with something like:

Code: Select all

OPEN "c:\directory\yada\yada" + filename$ FOR INPUT AS #1
Just change the stuff in quotes to what the destination folder is for the .blk and .num files, since those are the graphics and number fonts for the program.



[/code]

Qbasic Puzzle League 1.1

Posted: Sat Nov 15, 2008 9:12 pm
by BluescreenODeff
Hello everyone! Here's an updated version of the Qbasic Puzzle League game:

http://www.geocities.com/duggerc_2001/qbpl11.zip

Also, to prevent any "file not found" errors, it would help if you put all the files in the same folder as where you have QBasic. I'm not sure if it would still work if they were in a different folder. In case none of these suggestions work, refer to my previous post as this Lord willing should help.

Once again, any feedback is appreciated.

Have a nice day and God Bless!

Posted: Tue Dec 02, 2008 10:27 pm
by BluescreenODeff
Here are some pictures:

Image
Image
Image

Hope you like them! Have a nice day and God Bless!

Posted: Fri Jan 23, 2009 1:35 pm
by BluescreenODeff
Here is some information about the program:

If you're using DOSBox like I have shown, it's best to speed up the Cpu cycles (I increased it to 50,000 in the picture examples).

Have a nice day and God Bless!

Posted: Sun May 10, 2009 9:53 am
by MystikShadows
Nice one BlueScreen...works pretty good playing it too...good job. :)..

QB Puzzle league, does that imply more than one puzzle are on the way? that would be cool :).

Posted: Mon Jun 08, 2009 8:44 pm
by BluescreenODeff
This is the reference:

http://en.wikipedia.org/wiki/Pokemon_Puzzle_League

Hope this helps! Have a nice day and God Bless!