Search found 14 matches

by qbguy
Wed Apr 29, 2009 4:51 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: run another program within qbasic
Replies: 9
Views: 17336

You can use SOME interrupts (those implemented in the BIOS)

http://en.wikipedia.org/wiki/BIOS_call
by qbguy
Tue Jan 13, 2009 8:51 am
Forum: General Discussion
Topic: The Future of Windows 7
Replies: 13
Views: 27129

As a SP1 user, your updates are over with. A classic example of M$ just moving on to make more money. A new OS means big bucks for M$!
You can get updates, but they're all combined into SP2 and you can't download them separately.
by qbguy
Wed Mar 21, 2007 8:05 am
Forum: News and Announcements
Topic: QB CHESS PROGRAM
Replies: 4
Views: 15582

Um.. you mean like instructions like

type start square, a hyphen, then the end square

(ex: E2-E4)

Or do you mean like explain the algorithms that I used.
by qbguy
Tue Mar 20, 2007 9:22 pm
Forum: News and Announcements
Topic: QB CHESS PROGRAM
Replies: 4
Views: 15582

See download link above.
by qbguy
Sun Mar 18, 2007 12:56 pm
Forum: News and Announcements
Topic: QB CHESS PROGRAM
Replies: 4
Views: 15582

QB CHESS PROGRAM

Use this url, forum was cutting off source.

http://geocities.com/menezes1337/CHESS2.BAS
by qbguy
Sat Jan 20, 2007 2:55 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Need help with Chess Program I am writing
Replies: 13
Views: 23704

Found another mistake but now it makes multiple moves: DECLARE SUB SQUARE (A, B, C) DECLARE SUB SHOWMAN (A, B, FLAG) DECLARE SUB SHOW () DECLARE SUB IO (A, B, X, Y, RESULT) DECLARE FUNCTION INCHECK (X) DECLARE SUB MAKEMOVE (A, B, X, Y) DECLARE SUB KNIGHT (A, B, XX(), YY(), NDX) DECLARE SUB KING (A, ...
by qbguy
Sat Jan 13, 2007 11:50 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Need help with Chess Program I am writing
Replies: 13
Views: 23704

Fixed the rook sub
by qbguy
Sun Jan 07, 2007 9:53 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Need help with Chess Program I am writing
Replies: 13
Views: 23704

there is still a bug with the AI. Also, i noticed that the queen cannot move like a rook because of a problem in the rook sub.
by qbguy
Sun Jan 07, 2007 1:16 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Need help with Chess Program I am writing
Replies: 13
Views: 23704

Found another mistake

I found another mistake in the movelist SUB and fixed the KNIGHT subroutine so that it works.
by qbguy
Sat Jan 06, 2007 10:55 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Need help with Chess Program I am writing
Replies: 13
Views: 23704

Found two more mistakes, but still have the same problem with the computer saying B8-A8. Also, the board is not updated after E2-E4. I did not notice this earlier because the colors were messed up. could you print the error fixes so i dont have to redo everything you've done? here is the fully upda...
by qbguy
Fri Jan 05, 2007 9:10 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Need help with Chess Program I am writing
Replies: 13
Views: 23704

Found two more mistakes, but still have the same problem with the computer saying B8-A8. [ignore everything after this; I have fixed it.]Also, the board is not updated after E2-E4. I did not notice this earlier because the colors were messed up.
by qbguy
Fri Jan 05, 2007 3:56 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Hey could someone tell me how to run a program invisible wit
Replies: 1
Views: 5944

type (at the command prompt/ DOS prompt/ whatever you want to call it):

QBASIC /RUN [insert whatever the name of the file is here]
by qbguy
Thu Jan 04, 2007 5:18 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Need help with Chess Program I am writing
Replies: 13
Views: 23704

sid6.7 wrote:
qbguy wrote:OK, I found two mistakes in the code I wrote and fixed them, but when I run it, it still doesn't work. HELP!!!
i'll try to wade through it this weekend(if i have time)
Good because I have no clue how to fix it myself.
by qbguy
Sat Dec 30, 2006 5:18 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Need help with Chess Program I am writing
Replies: 13
Views: 23704

OK, I found two mistakes in the code I wrote and fixed them, but when I run it, it still doesn't work. HELP!!!