Usually the economy simulation is the part of bigger project (game, scientific efforts, etc.). It should have more clear API and provide endpoints/handlers to interact with.
I would suggest to start with handlers that can inform subscriber about events occurred during simulation. My candidate is https://github.com/greenrobot/EventBus as it is lightweight and fast.
Usually the economy simulation is the part of bigger project (game, scientific efforts, etc.). It should have more clear API and provide endpoints/handlers to interact with.
I would suggest to start with handlers that can inform subscriber about events occurred during simulation. My candidate is https://github.com/greenrobot/EventBus as it is lightweight and fast.