All Projects → Nashet → Prosperity Wars

Nashet / Prosperity Wars

Licence: gpl-3.0
Game-like agent based economy simulator

Projects that are alternatives of or similar to Prosperity Wars

Unknown Horizons
Unknown Horizons official code repository
Stars: ✭ 1,172 (+666.01%)
Mutual labels:  game, strategy, simulation
Thrive
The main repository for the development of the evolution game Thrive.
Stars: ✭ 874 (+471.24%)
Mutual labels:  game, strategy, simulation
Openrct2
An open source re-implementation of RollerCoaster Tycoon 2 🎢
Stars: ✭ 10,115 (+6511.11%)
Mutual labels:  game, simulation
Isocitysim
🌇 A simulation of a city using isometric tiles
Stars: ✭ 100 (-34.64%)
Mutual labels:  game, simulation
Sgf
This is a Smart Game Foundation (Not Framework)
Stars: ✭ 122 (-20.26%)
Mutual labels:  game, unity
Unity Platformer
Unity platformer framework: IA, Ladders, Jumps, WallStick, WallJumps, Slopes, MovingPlatforms, OneWayPlatforms/Walls, Ropes and more...
Stars: ✭ 97 (-36.6%)
Mutual labels:  game, unity
Entitas Sync Framework
Networking framework for Entitas ECS. Targeted at turnbased games or other slow-paced genres.
Stars: ✭ 98 (-35.95%)
Mutual labels:  game, unity
Infinity Square Space
Infinity Square/Space. The prototype of the game is open source. Unity Asset.
Stars: ✭ 122 (-20.26%)
Mutual labels:  game, unity
Projectfieldwarning
Project: Field Warning is a community-made RTS game centered around lethal regiment and division-scale warfare.
Stars: ✭ 86 (-43.79%)
Mutual labels:  game, unity
Newbark
🌳 A proof-of-concept Pokémon-style Retro RPG engine created with Unity.
Stars: ✭ 129 (-15.69%)
Mutual labels:  game, unity
Facepunch.steamworks
Another fucking c# Steamworks implementation
Stars: ✭ 1,945 (+1171.24%)
Mutual labels:  game, unity
Articulations Robot Demo
Stars: ✭ 145 (-5.23%)
Mutual labels:  unity, simulation
Play
The free and open source karaoke singing game UltraStar Play for Windows, Linux, Android, Xbox, PlayStation and other platforms.
Stars: ✭ 94 (-38.56%)
Mutual labels:  game, unity
Yarnspinner
Yarn Spinner is a tool for building interactive dialogue in games!
Stars: ✭ 1,283 (+738.56%)
Mutual labels:  game, unity
Openpanzer
Javascript/HTML5 rewrite of Panzer General 2 game
Stars: ✭ 98 (-35.95%)
Mutual labels:  game, strategy
Card Game Simulator
Create, Share, and Play
Stars: ✭ 87 (-43.14%)
Mutual labels:  game, unity
Gdk For Unity Fps Starter Project
SpatialOS GDK for Unity FPS Starter Project
Stars: ✭ 119 (-22.22%)
Mutual labels:  game, unity
Metasprite
A fast, self-contained, highly customizable Aseprite-to-Unity importer.
Stars: ✭ 148 (-3.27%)
Mutual labels:  game, unity
Bdframework.core
[中]Simple! Easy! Powerful Unity3d game workflow! Unity3d framework:c# hotfix(ILRuntime)、asset manager、ui workflow、network debug... and so on
Stars: ✭ 1,196 (+681.7%)
Mutual labels:  game, unity
1 Character Movement
The first section of the course. You will learn everything required to build a simple movement system in your RPG, creating the core experience. http://gdev.tv/rpggithub
Stars: ✭ 81 (-47.06%)
Mutual labels:  game, unity

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.

Currently development is paused. Maybe someday I'll have time to implement it in better form, with better graphics and real business plan.

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].