Games::Go::SGF::Grove

SGF the Perl way
Download

Games::Go::SGF::Grove Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Marc Lehmann
  • Publisher web site:
  • http://www.goof.com/pcg/marc/

Games::Go::SGF::Grove Tags


Games::Go::SGF::Grove Description

SGF the Perl way Games::Go::SGF::Grove is a SGF class, the Perl way.SYNOPSIS use Games::Go::SGF::Grove; $game = load_sgf $path; save_sgf $path, $game; $game = decode_sgf $sgf_data; $sgf_data = encode_sgf $game;This module loads and saves Go SGF files. Unlike other modules, it doesn't build a very fancy data structure with lot's of java-like accessors but instead returns a simple Perl data structure you can inspect with Data::Dumper and modify easily. The structure follows the SGF file format very closely. Requirements: · Perl


Games::Go::SGF::Grove Related Software