NAME
Games::Risk::GUI::Board - board gui component
SYNOPSIS
my $id = Games::Risk::GUI::Board->spawn(\%params);
DESCRIPTION
This class implements a poe session responsible for the board part of the GUI. It features a map and various controls to drive the action.
METHODS
my $id = Games::Risk::GUI::Board->spawn( )
EVENTS
Events received
country_redraw( $country )
Force
$country
to be redrawn: owner and number of armies.
SEE ALSO
AUTHOR
Jerome Quelin, <jquelin at cpan.org>
COPYRIGHT & LICENSE
Copyright (c) 2008 Jerome Quelin, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU GPLv3+.