Skip to content

Commit

Permalink
Turn of gfx when playing against GnuGo
Browse files Browse the repository at this point in the history
  • Loading branch information
ujh committed Mar 30, 2016
1 parent 7194459 commit e2e89d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/play-gnugo
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ fi
cargo build --release

GNUGO="gnugo --mode gtp --level 0 --chinese-rules --positional-superko"
IOMRASCALAI="./target/release/iomrascalai --log --rules chinese"
IOMRASCALAI="./target/release/iomrascalai --log --rules chinese --gfx"


TWOGTP="gogui-twogtp -black \"$GNUGO\" -white \"$IOMRASCALAI\" -verbose -size $SIZE -time $TIME"
Expand Down

0 comments on commit e2e89d5

Please sign in to comment.