talk with an exe-file
Hello,
I want to use an exe-file to communicate to.
I am not sure wether the exe is running all the time, I think so.
I want to have a chess-frontend in processing and have it communicate to an exe-file which is a chess-engine (called zappa).
The front-end is http://www.openprocessing.org/visuals/?visualID=8530
The chess-specifc language for this is called uci.
All communication is done via standard input and output with text commands,
You may find the spec here: http://download.shredderchess.com/div/uci.zip
How is it done in processing? I don't think "open" does it but must be something similar.
Thank you! Chris
