Skip to content

webhaikal/EconomicSimulation

 
 

Repository files navigation

Prosperity Wars game

Demo

There is an early browser demo of this game located here It is roughly 6MB in size, some devices are not supported.

Project now has patreon page where you can help support development.

There is also a standalone windows edition under releases which runs faster.

Description

I'm a huge fan of the game Victoria 2, but I was disappointed in the economy mechanics of the game. Unable to find a strategy simulation game with a better economy, I decided to make my own. Main simulation principles in PosperityWars include:

  • Agent based simulation with real population units, fabrics, countries
  • Prices determined by supply / demand balance (currently with one market and one currency - gold)
  • No price limits (except 0.001 and 999), allowing realistic inflation
  • Population consume goods ordered by price from cheap to expensive (making more demand for cheaper goods)
  • Factories can compete for workforce by competitive wages
  • Factories have specified owners like the government or population unit
  • Capitalists can take loans form national bank for business expansion
  • Governments can put extra money in bank
  • Governments can compete by wars

What it has now (v0.20.6)

  • Provinces and Countries (generated randomly OR generated from image file)
  • Movements and Rebellions
  • Factories and National banks
  • Population agents (Aristocrats, Capitalists, Farmers, Soldiers, Workers, Tribesmen, Artisans)
  • Basic production\free market trade\consumption
  • Basic warfare
  • Basic inventions
  • Basic reforms (population can vote for reforms)
  • Population demotion\promotion to other classes
  • Migration\immigration\assimilation
  • Political\culture\core\resource\population\prosperity map mode
  • Basic diplomacy (only relations for now)
  • Substitute products
  • Planned economy!
  • Bugs Codacy Badge

Maps are generated randomly, you play as a leader of a country. For now you are able to grow the prosperity or try to conquer the world.

Screenshots

map map map

Imgur Imgur Imgur Imgur Imgur

Contributing

I would appreciate any assitance in providing ideas, code or feedback. You may:

License is GPL-3.0

How to build

Since 0.19.2 version the project is built with Unity 2017.40f1 (5.4.2f2 will brake UI positions). Just add as project and open "Base" scene. Unity 2018 doesn't build WebGL for that project so far. Game's version 0.20.7 causes errors in WebGL.

About

Game-like free market agent based economy simulator

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.0%
  • Other 1.0%