Games::Risk::GUI - gui multiplexer poe session


Games-Risk documentation  | view source Contained in the Games-Risk distribution.

Index


NAME

Top

Games::Risk::GUI - gui multiplexer poe session

VERSION

Top

version 3.103040

SYNOPSIS

Top

    my $id = Games::Risk::GUI->spawn(\%params);

DESCRIPTION

Top

Games::Risk uses various windows to display the game: the board of course, but also the window displaying the cards owned by the player, and some others.

Depending on the event, the controller needs to send events to a given window, or even to more than one. But it is clearly not the controller's job to know how the GUI works!

Therefore, Games::Risk::GUI is a poe session that will receive all the events fired by the controller, and forward them to the other windows. Of course, the controller now fires its events only to the Games::Risk::GUI session.

This poe session will have various aliases: the player's name, the player object stringified, and finally the alias gui.

METHODS

Top

my $id = Games::Risk->spawn( \%params )

This method will create a POE session responsible for multiplexing the events received from the controller to the various windows.

It will return the poe id of the session newly created.

You can tune the session by passing some arguments as a hash reference:

* player => $player

The human $player that will control the GUI.

EVENTS RECEIVED

Top

SEE ALSO

Top

Games::Risk.

AUTHOR

Top

  Jerome Quelin

COPYRIGHT AND LICENSE

Top


Games-Risk documentation  | view source Contained in the Games-Risk distribution.