Need Help on Interfacing Winboard with Matlab - Beginner

Programming Topics (Computer Chess) and technical aspects as test techniques, book building, program tuning etc

Moderator: Andres Valverde

Need Help on Interfacing Winboard with Matlab - Beginner

Postby alpha-omega » 05 Oct 2013, 09:34

Hello,

I'm working on a project now wherein I have to design an algorithm for a chess game (one player vs AI) on Matlab and interface it with winboard. I am new with Matlab and Winboard and so I was hoping you could point me in the right direction (e.g., where to start, and what are the primary steps that will be involved in the process). Thanks :)
alpha-omega
 
Posts: 1
Joined: 03 Oct 2013, 13:49

Re: Need Help on Interfacing Winboard with Matlab - Beginner

Postby H.G.Muller » 09 Oct 2013, 09:48

Well, I don't know MathLab, and I don't know what you mean by 'interface'. WinBoard can interface to several entities (human user, Internet Chess Server, Chess Engine).

Is it that you want to implement a Chess engine in MathLab? An engine is just a command-line application that communicates ion its standard input and output in ascii text. If you can program MathLab to do that, it should be easy. All you have to do is let it understand the commands of XBoard protocol when it receives them on stdin, and output moves in a format WinBoard will understand on stdout. Then you can ask WinBoard to fire up MathLab set to run your engine.
User avatar
H.G.Muller
 
Posts: 3453
Joined: 16 Nov 2005, 12:02
Location: Diemen, NL


Return to Programming and Technical Discussions

Who is online

Users browsing this forum: No registered users and 21 guests