space 2d 1: a game which plays by itself

Created: — modified: — tags: space2d

a humble beginning

So I have a three-dimensional space shooter game, a one-dimensional space adventure game, so now it's time for a two-dimensional space strategy game.

Actually, it's planned to be adventure-which-turns-into-strategy game: players first will be playing as a Space Trader flying between planets trading goods, then (having earned enough money) they will be able to create a company and own factories producing goods, and later - create a country, own planets and even roll out their own currency!

And all this - in the same world, surrounded by the same familiar planets. I'm striving to reproduce the same feel of attachment I enjoyed in a different game.

Moreover, the world around player is not static: eventually you will reach the end of territory controlled by your home country - and witness either uncolonized planets being colonized, or a war happening between two or more countries. You can easily cross borders, switch sides (buy robots on one side and sell to another, as long as you have enough money), and see planets changing hands.

What happens with buildings when their planet get a new government? They start receiving salary in a different currency, that's all!

Current state

To see current state of the game, click here.

What should you see here? Hopefully, a galaxy map which you can drag around and zoom using mouse wheel. A bunch of planets - circles: colonized planets are highlighted by color of their government (there is no such thing as "free planet" in this game - all planets have a government), empty planets are dull gray. Lines between planets show which are connected - such planets are called "neighbours", and if three neighboring planets belong to the same country - triangle between them is highlighted in their countrys color.

Next, if you zoom to some of colonized planets, you will see small box with condensed information about each of them.

First row shows three numbers:

Each of the following rows show three numbers corresponding to current state of three resources existing in this game: fuel, ore, robots. Fuel is produced on refineries and is required by mines and factories to function. Ore is produced in mines and is required by factories to function. Robots are produced on factories and are required by refineries and mines to function.

Bidding

Planets are "owned" by entities called "countries" (and they fight with each other), and buildings are owned by entities called "companies" - they earn money and spend them on purchasing new buildings.

This is done via a "bidding" process: when a planet has a surplus of robots, it spends them to create a new building. Until next turn, companies can bid for this building - and highest bid wins.

That goes against usual process of "company acquires resources and builds something", but protects prices from insane fluctuations. If you have a better idea how to implement this - please let me know! Email is click-protected at the bottom.