Well, this time I added the basic and mandatory GTP commands, so I can test te application using GoGui.
They are:
- Name
- Komi
- Protocol_version
- Version
- List_commands
- Boardsize
- Clear_board
Thanks to the Computer Go mailing list, I saw a BIG difference between Java and Python. In Java I could use for standard output system.out.println, but I had some problems with sys.stdout.write. The thing is that the method println calls his own flush and in Python I have to put that line in my code. So, now it is working.
I really have to thank to the members of the list, without them I couldn't progress a lot with this.
No comments:
Post a Comment