Search

Monday, April 8, 2013

New Commit



Well, this time I added the basic and mandatory GTP commands, so I can test te application using GoGui.

They are:


  1. Name
  2. Komi
  3. Protocol_version
  4. Version
  5. List_commands
  6. Boardsize
  7. 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