Chess program
-
- Posts: 952
- Joined: Nov 24, 2011 19:49
- Location: France
- Contact:
I'm still working on this project. While I'm trying to make the "engine" a little stronger, I work also on the "GUI". I realize that these are two very different tasks. I would like to separate both and, if I can, to use UCI protocol. But for the moment my FreeBASIC knowledge is too short. I would be very happy to hear your opinions and advises. Thanks !
-
- Posts: 952
- Joined: Nov 24, 2011 19:49
- Location: France
- Contact:
-
- Posts: 1704
- Joined: May 27, 2005 6:34
- Location: Cambodia, Thailand, Lao, Ireland etc.
- Contact:
@Roland,
I don't read German, so it is difficult for me to find your program. Could you please give a direct link for those of us who are interested but can't follow this menu..
Thanks,
Garvan
I don't read German, so it is difficult for me to find your program. Could you please give a direct link for those of us who are interested but can't follow this menu..
Downloadrubriken
Compiler
Top-Aktuell (6 Einträge)
Archiv (46 Einträge)
SVN-Daily-Builds (3 Einträge)
Befehlsreferenzen / Dokumentationen (16 Einträge)
Entwicklertools
IDEs (Entwicklungsumgebungen) (12 Einträge)
Kommandozeilentools (4 Einträge)
Ressourcencompiler (5 Einträge)
Bibliotheken (26 Einträge)
Anwendungssoftware (15 Einträge)
Spiele (26 Einträge)
Demos (11 Einträge)
Sonstiges (15 Einträge)
Eigene Software hier veröffentlichen
Sie haben eine Software in FreeBASIC entwickelt, die auch für andere Programmierer bzw. die Community interessant und/oder hilfreich sein könnte? => Neuen Downloadeintrag einstellen!
Thanks,
Garvan
-
- Posts: 952
- Joined: Nov 24, 2011 19:49
- Location: France
- Contact:
Thank you for your interest about my work, Garvan.
With this link you should arrive directly on my program's page :
http://www.freebasic-portal.de/download ... s-210.html
Then click on :
ZIP-Archiv (105 kB)
With this link you should arrive directly on my program's page :
http://www.freebasic-portal.de/download ... s-210.html
Then click on :
ZIP-Archiv (105 kB)
-
- Posts: 952
- Joined: Nov 24, 2011 19:49
- Location: France
- Contact:
I've just understand what you exactly asked to me. Here it is :
http://www.freebasic-portal.de/dlfiles/261/ESCHECS.zip
http://www.freebasic-portal.de/dlfiles/261/ESCHECS.zip
-
- Posts: 1704
- Joined: May 27, 2005 6:34
- Location: Cambodia, Thailand, Lao, Ireland etc.
- Contact:
Roland Chastain wrote:I've just understand what you exactly asked to me. Here it is :
http://www.freebasic-portal.de/dlfiles/261/ESCHECS.zip
Thanks.
Garvan
-
- Posts: 952
- Joined: Nov 24, 2011 19:49
- Location: France
- Contact:
Garvan,
I hope you were not too disappointed by my poor little program !
I'm working for the next release. I replaced keyboard by mouse, and remade the screen. I like the result. But my "engine" stays very weak. I would like to join an stronger engine to my GUI, but I have no idea of the way to do it.
You are the father of FBchess, isn't it ? I have downloaded the source code in order to study it. I hope I will find some help in it. If you have time to write, please give me some ideas ! I have a lot of chess engines, but I don't know how to run them from my program.
Thanks !
I hope you were not too disappointed by my poor little program !
I'm working for the next release. I replaced keyboard by mouse, and remade the screen. I like the result. But my "engine" stays very weak. I would like to join an stronger engine to my GUI, but I have no idea of the way to do it.
You are the father of FBchess, isn't it ? I have downloaded the source code in order to study it. I hope I will find some help in it. If you have time to write, please give me some ideas ! I have a lot of chess engines, but I don't know how to run them from my program.
Thanks !
Roland Chastain wrote:I have a lot of chess engines, but I don't know how to run them from my program.
Have a look at OPEN PIPE
- You can start an external process by OPEN PIPE shell_command FOR INPUT AS #filenumber
- You can receive to output of the external process by LINE INPUT #filenumber, ln
- Don't forget to CLOSE #filenumber the PIPE.
-
- Posts: 952
- Joined: Nov 24, 2011 19:49
- Location: France
- Contact:
TJF wrote:Have a look at OPEN PIPE
- You can start an external process by OPEN PIPE shell_command FOR INPUT AS #filenumber
- You can receive to output of the external process by LINE INPUT #filenumber, ln
- Don't forget to CLOSE #filenumber the PIPE.
Thank you very much ! This is what I needed. Now I know where I must search. When I manage to make it, I will say it to you.
Who is online
Users browsing this forum: Google [Bot] and 11 guests