WWW::Facebook::Go::SGF - convert a game of Go on Facebook into SGF.


WWW-Facebook-Go-SGF documentation  | view source Contained in the WWW-Facebook-Go-SGF distribution.

Index


NAME

Top

WWW::Facebook::Go::SGF - convert a game of Go on Facebook into SGF.

SYNOPSIS

Top

    use WWW::Facebook::Go::SGF qw(facebook2sgf);

    my $sgf = facebook2sgf($game_id);

DESCRIPTION

Top

A simple tool to extract a game record from the GoTheGame application on Facebook and convert it to SGF so that you can then manipulate it using other tools.

FUNCTIONS

Top

facebook2sgf

This can be exported if you wish. It takes a game ID as its only parameter, and returns a scalar representation of an SGF recording of the game.

You can get game IDs by visiting http://apps.facebook.com/gothegame/ and clicking the "View Full Profile" link.

BUGS/WARNINGS/LIMITATIONS

Top

This has only been tested on completed games. I assume that both players correctly identified all dead groups after passing and that play didn't have to resume. Please report any bugs that you find using http://rt.cpan.org/. Obviously you will need to include the game id in your bug report.

FEEDBACK

Top

I welcome feedback about my code, including constructive criticism and bug reports. The best bug reports include files that I can add to the test suite, which fail with the current code in CVS and will pass once I've fixed the bug.

Feature requests are far more likely to get implemented if you submit a patch yourself.

CVS

Top

http://drhyde.cvs.sourceforge.net/drhyde/perlmodules/WWW-Facebook-Go-SGF/

AUTHOR, COPYRIGHT and LICENCE

Top

CONSPIRACY

Top

This module is also free-as-in-mason software.


WWW-Facebook-Go-SGF documentation  | view source Contained in the WWW-Facebook-Go-SGF distribution.