JeremyWildsmith / bazaarbot-java

Reimplementation of bazaarbot, translated from the dotnet translation https://github.com/Vibr8gKiwi/bazaarBot2 ; originally implementation was in haxe by @larsiusprime (https://github.com/Vibr8gKiwi/bazaarBot2)
MIT License
5 stars 2 forks source link
economics java simulations

Build Status

bazaarBot - Java

This is a translation of the original bazaarbot module to Java with some minor changes / fixes ( https://raw.githubusercontent.com/larsiusprime/bazaarBot )

I will probably continue to make changes / refactor or expand this code as I integrate it with my current game, Project Station 13.

bazaarBot - Original Description

A simple agent-based free market simulator engine.

This engine consists of various "Agents" trading commodities, with emergent free-floating prices that rise and fall according to the laws of supply and demand.

The eventual goal is to create an open-source "Economics engine" for games and simulations, much like contemporary open-source "Physics engines."

Based on "Emergent Economies for Role Playing Games" by Jonathon Doran and Ian Parberry.