Basic Real-World Economy System, ala Democracy 3

Hello, friends! I am trying to implement an economy system into C#, but there are sadly no tutorials and hardly anyone has done this, if anyone at all. I would like to implement:

  • Income, expenditure.
  • Deficits.
  • Taxes, wages.

Thank you for your help!

That’s really not a lot to go on.
Implement in what sense? What have you tried so far?

I have been experimenting with different variables such as income, expenditure, but will settle on just one, money. I believe I have found my way after looking at other money systems in games. Thank you for the reply though!

Okay, well glad you have found a way :slight_smile: