
Games::Risk::Controller - controller poe session for risk

use Games::Risk::Controller;
Games::Risk::Controller->spawn;

This module implements a poe session, responsible for the state tracking as well as rule enforcement of the game.

This method will create a POE session responsible for a classical risk game. 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.


Jerome Quelin, <jquelin at cpan.org>

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+.