NAME
Games::Risk::GUI - main window
SYNOPSIS
my $id = Games::Risk::GUI->new(\%params);
DESCRIPTION
This module is currently not used by Games::Risk
.
METHODS
my $id = Games::Risk->spawn( \%params )
This method will create a POE session responsible for the main window. It will return the poe id of the session newly created.
You can tune the session by passing some arguments as a hash reference. Currently, no params can be tuned.
EVENTS RECEIVED
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+.