Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Games-Goban CPAN distribution.

Report information
The Basics
Id: 4925
Status: resolved
Worked: 1.2 hours (75 min)
Priority: 0/
Queue: Games-Goban

People
Owner: rjbs [...] cpan.org
Requestors: tea [...] hkgo.com.hk
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 0.03
Fixed in: 0.05



Subject: $board->get() function
in the document it reads "Gets the Games::Goban::Piece object at the given location, if there is one. Locations are specified as per SGF - a 19x19 board starts from aa in the top left corner, with tt in the bottom right. i does not exist." but that's not true. aa - ss and i is valid. i think this is documentation error? besides, i don't know are there standard for a pass move. i see a sgf use tt as pass and the Goban will return an error because of off the board. thanks for your attention.
A $board->pass method has been implemented. 'tt' is now valid only when 'i' is skipped, which is configured with the skip_i argument to the board constructor. W[] and B[] are used for pass in SGF.