From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Wed, 17 Oct 2007 09:17:27 +0800 From: "Lee Duhem" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] gnugo port for plan9 In-Reply-To: <14ec7b180710161148v3c960958ifbaaa5311214fb59@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <14ec7b180710161148v3c960958ifbaaa5311214fb59@mail.gmail.com> Topicbox-Message-UUID: d22d9044-ead2-11e9-9d60-3106f5b1d025 very nice. lee 2007/10/17, andrey mirtchovski : > available on sources and here: http://mirtchovski.com/p9/GnuGo/ > > see README.PLAN9 for installation instructions. > > sample game: > > 9grid% gnugo --boardsize 5 > GNU Go 3.6 > Copyright 1999, 2000, 2001, 2002, 2003 and 2004 by the Free Software > Foundation, Inc. See http://www.gnu.org/software/gnugo/ or contact > gnugo@gnu.org for information about GNU Go. GNU Go comes with NO WARRANTY to > the extent permitted by law. This program is free software; you can > redistribute it and/or modify it under the terms of the GNU General Public > License as published by the Free Software Foundation - version 2. For more > information about these matters, see the files named COPYING. > here we are! > > Beginning ASCII mode game. > > Board Size: 5 > Handicap 0 > Komi: 0.0 > Move Number: 0 > To Move: black > Computer player: White > > White (O) has captured 0 pieces > Black (X) has captured 0 pieces > > A B C D E > 5 . . . . . 5 > 4 . + . + . 4 > 3 . . + . . 3 > 2 . + . + . 2 > 1 . . . . . 1 > A B C D E > > c3 > black(1): > White (O) has captured 0 pieces > Black (X) has captured 0 pieces > > A B C D E > 5 . . . . . 5 > 4 . + . + . 4 > 3 . .(X). . 3 > 2 . + . + . 2 > 1 . . . . . 1 > A B C D E > > GNU Go is thinking... > white(2): B3 > > White (O) has captured 0 pieces > Black (X) has captured 0 pieces > > A B C D E > 5 . . . . . 5 > 4 . + . + . 4 > 3 .(O)X . . 3 > 2 . + . + . 2 > 1 . . . . . 1 > A B C D E > > c4 > black(3): > White (O) has captured 0 pieces > Black (X) has captured 0 pieces > > A B C D E > 5 . . . . . 5 > 4 . +(X)+ . 4 > 3 . O X . . 3 > 2 . + . + . 2 > 1 . . . . . 1 > A B C D E > > GNU Go is thinking... > white(4): B4 > > White (O) has captured 0 pieces > Black (X) has captured 0 pieces > > A B C D E > 5 . . . . . 5 > 4 .(O)X + . 4 > 3 . O X . . 3 > 2 . + . + . 2 > 1 . . . . . 1 > A B C D E > > b5 > black(5): > White (O) has captured 0 pieces > Black (X) has captured 0 pieces > > A B C D E > 5 .(X). . . 5 > 4 . O X + . 4 > 3 . O X . . 3 > 2 . + . + . 2 > 1 . . . . . 1 > A B C D E > > GNU Go is thinking... > white(6): PASS > > White (O) has captured 0 pieces > Black (X) has captured 0 pieces > > A B C D E > 5 . X . . . 5 > 4 . O X + . 4 > 3 . O X . . 3 > 2 . + . + . 2 > 1 . . . . . 1 > A B C D E > > pass > black(7): white(8): PASS > Result: B+24.0 > If you disagree, we may count the game together. > You may optionally save the game as an SGF file. > > Type "save " to save, > "count" to recount, > "quit" to quit > or "game" to play again > quit > > Thanks! for playing GNU Go. > > 9grid% >