The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Games::Go::Cinderblock - An engine for Go & Go variants.

Description

Well, for starters, you want a Rulemap. For your initial board state, you might want to generate a State with $rulemap->initial_state. then you might want to test a bunch of moves with $state->attempt_move. The results & state changes, if any, would be packaged in a MoveResult. When it's time to score, you get yourself a Scorable with $state->scorable, mess with that for a while, and it tells you who wins or something.

foo foo foo foo

AUTHOR

    Zach Morgan

    <zpmorgan@gmail.com>

BUGS

Why would there be bugs?

NOTES

Go is also known as baduk & weiqi & igo

COPYRIGHT & LICENSE

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. Or any terms that you like.

Really, it doesn't matter.