WWW::DaysOfWonder::Memoir44 - download & manage memoir44 scenarios from official website


WWW-DaysOfWonder-Memoir44 documentation Contained in the WWW-DaysOfWonder-Memoir44 distribution.

Index


Code Index:

NAME

Top

WWW::DaysOfWonder::Memoir44 - download & manage memoir44 scenarios from official website

VERSION

Top

version 2.110310

DESCRIPTION

Top

Memoir'44 is a unique historical game edited by Days of Wonder (http://www.daysofwonder.com), where players command a horde of little plastic Army men facing-off in dozens of WWII battles on an oversize hex game board. Each battle scenario mimics the historical terrain, troop placements and objectives of each army. Deploying forces through a variety of Command cards, the smart commander uses the unique skills of his units - infantry, paratroopers, tanks, artillery, commandos and resistance fighters - to its greatest strength.

The game comes with some bundled scenarios, but there are a lot more available online. This module allows one to list and retrieve those officials and non-officials scenarios.

Don't use this module directly, but check the mem44 command for an easy to use way of fetching the scenarios.

SEE ALSO

Top

You can find more information on memoir44 on its website: http://www.daysofwonder.com/memoir44/

You can find more information on this module at:

* Search CPAN

http://search.cpan.org/dist/WWW-DaysOfWonder-Memoir44

* See open / report bugs

http://rt.cpan.org/NoAuth/Bugs.html?Dist=WWW-DaysOfWonder-Memoir44

* Git repository

http://github.com/jquelin/www-daysofwonder-memoir44

* AnnoCPAN: Annotated CPAN documentation

http://annocpan.org/dist/WWW-DaysOfWonder-Memoir44

* CPAN Ratings

http://cpanratings.perl.org/d/WWW-DaysOfWonder-Memoir44

AUTHOR

Top

  Jerome Quelin

COPYRIGHT AND LICENSE

Top


WWW-DaysOfWonder-Memoir44 documentation Contained in the WWW-DaysOfWonder-Memoir44 distribution.

#
# This file is part of WWW-DaysOfWonder-Memoir44
#
# This software is copyright (c) 2009 by Jerome Quelin.
#
# This is free software; you can redistribute it and/or modify it under
# the same terms as the Perl 5 programming language system itself.
#
use 5.010;
use strict;
use warnings;

package WWW::DaysOfWonder::Memoir44;
BEGIN {
  $WWW::DaysOfWonder::Memoir44::VERSION = '2.110310';
}
# ABSTRACT: download & manage memoir44 scenarios from official website

1;



__END__