larsiusprime / bazaarBot

A simple free market simulator engine. Based on "Emergent Economies for Role Playing Games" by Doran and Parberry.
MIT License
377 stars 47 forks source link

New getters for BazaarBot #1

Closed emibap closed 11 years ago

emibap commented 11 years ago

Hi,

Just renamed your averaged functions in order to have a way to publicly access the raw data (history_price, history_profit, etc). I'm making a sample and want to add line charts, so I needed that getters or having your maps as public. The first option seemed more elegant.

Cheers

larsiusprime commented 11 years ago

Looks good to me! Thanks for contributing!