Producer
NAME
EERPG::Producer - EERPG Producer role / class
SYNOPSIS
use EERPG::Producer;
my $producer = EERPG::Producer.new(
name => 'Old McDonalds', :$market, :$inventory, :$ruleset
)
DESCRIPTION
The Producer
role / class is an Agent that can produce Commodity
according to a given Ruleset. It takes a Name, a Market with which
the Producer
is associated, an Inventory of Commodity and a
Ruleset for producing Commodity.
AUTHOR
Elizabeth Mattijsen <[email protected]>
EERPG is an implementation of the "Emergent Economies for Role Playing Games" white paper by Jonathan Doran and Ian Parberry.
Source can be located at: https://github.com/lizmat/EERPG . Comments and Pull Requests are welcome.
COPYRIGHT AND LICENSE
Copyright 2018, 2021 Elizabeth Mattijsen
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.