Skip to content

A simple free market simulator engine. Based on "Emergent Economies for Role Playing Games" by Doran and Parberry.

License

Notifications You must be signed in to change notification settings

larsiusprime/bazaarBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bazaarBot

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.

Source: Procedural Content Generation

Building the example project

  1. Read this: Getting Started with OpenFL
  2. Open a command-line, navigate to bazaarBot's directory, then examples/, then doran_and_parberry/
  3. Run "lime build flash" to compile for flash
  4. Run "lime build windows" to compile for cpp/windows (same for mac/linux, etc)
  5. Run "lime build html5" to compile for html5
  6. Binaries will appear in the Export/ folder

About

A simple free market simulator engine. Based on "Emergent Economies for Role Playing Games" by Doran and Parberry.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages