| Games-Risk documentation | view source | Contained in the Games-Risk distribution. |
Games::Risk::AI::Blitzkrieg - easy ai that does blitzkrieg attacks
version 3.103040
my $ai = Games::Risk::AI::Blitzkrieg->new(\%params);
This module implements a quite easy ai for risk, that plays according to a blitzkrieg strategy. It will piles up new armies in one country, and then follow a random path from this attack base.
This class implements (or inherits) all of those methods (further described in
Games::Risk::AI):
Jerome Quelin
This software is Copyright (c) 2008 by Jerome Quelin.
This is free software, licensed under:
The GNU General Public License, Version 3, June 2007
| Games-Risk documentation | view source | Contained in the Games-Risk distribution. |