diff --git a/data/kgsGtp.ini b/data/kgsGtp.ini index de2ee20..3672e75 100644 --- a/data/kgsGtp.ini +++ b/data/kgsGtp.ini @@ -1,12 +1,12 @@ -engine=java -cp GoGame.jar;log4j-1.2.16.jar cs6601.p1.GoGame alphabeta -name=cs6601p1 -password=mwz6fe -room=cs6601p1 +engine=java -cp GoGame.jar;log4j-1.2.16.jar net.woodyfolsom.msproj.GoGame montecarlo +name=whf4cs6999 +password=6id39p +room=whf4cs6999 mode=custom -talk=I'm a simple Computer Go program that plays random moves. -opponent=cs6601p2 +talk=I'm a Monte Carlo tree search bot. +opponent=whf4human reconnect=t -automatch.rank=20k +automatch.rank=25k rules=chinese rules.boardSize=9 rules.time=0 diff --git a/data/kgsGtp.jar b/data/kgsGtp.jar index 1eb3f97..450f95c 100644 Binary files a/data/kgsGtp.jar and b/data/kgsGtp.jar differ