Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Reggie60

Pages: [1]
1
Programs / Re: QB Chess converted to work in QB64
« on: July 23, 2021, 04:52:31 pm »
fix it

2
Programs / Re: QB Chess converted to work in QB64
« on: July 22, 2021, 04:06:11 pm »
Thank's for the screenshot, help a lot. Fix the subscript error. You can, test the 2nd screenshot bug by entering the command FEN and type GO to make the program play that position.

Have included the new file.

3
Programs / Re: QB Chess converted to work in QB64
« on: July 21, 2021, 01:00:10 pm »
Just corrected his BACK function to do was you expected it to do !!!

4
Programs / Re: QB Chess converted to work in QB64
« on: July 21, 2021, 12:43:53 pm »
i'm not the creator, he is https://www.chessprogramming.org/Deep_BASIC
here on the wayback machine, he release it, with some bugs still to fix: https://web.archive.org/web/20171221075513/http://home.pacific.net.au/~tommyinoz/db.html

for myself, i am working on that program and convert it to a UCI engine to use with Arena Gui.

When you got the bug at line 3586, his comment for that routine is for a passed pawn evaluation.

Just wanted for people to see, how a basic chess program work. There are stronger and faster free chess program all over the internet. ChessBrainVB program in VB6 !

5
Programs / Re: QB Chess converted to work in QB64
« on: July 20, 2021, 12:50:09 pm »
You click the piece, you want to move (not drag)and click the destination square, you can also type the move like e2e4 + enter.
with the mouse, if you press the wrong square, just right click the mouse to restart the move. Command you can type: exit, auto (play itself), go(play white), flip to reverse the board, new, and also time (ex. for 30sec, enter 30000).

6
Programs / QB Chess converted to work in QB64
« on: July 19, 2021, 03:34:39 am »
In 2003, i have help to add mouse and wav support with the help of qb library. Since in QB64, this is integrated in the language, just have to modified it, to work with QB64.

Pages: [1]