You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Player should not have a perfect information on prices.
For example, replace display of prices of goods like this:
Local prices: perfect information.
Distant provinces: values are rounded to integers, show ? instead of decimals after point.
Really far away provinces: values are rounded to the order of 10. Show ? instead of lower orders.
The text was updated successfully, but these errors were encountered:
World and other such variables should stop being globals and instead a new class, something like "WorldView" should be made in their stead.
That would hold local data accessible to the agent displaying the world and would have methods ghosting the real world methods and objects.
The advantage of this approach is that it naturally lends itself to multiplayer as one already only sees a small subset/copy of the data and it can be synchronized over the network periodically to allow for multiplayer. It'd kill two birds with one stone, so to speak.
Player should not have a perfect information on prices.
For example, replace display of prices of goods like this:
Local prices: perfect information.
Distant provinces: values are rounded to integers, show ? instead of decimals after point.
Really far away provinces: values are rounded to the order of 10. Show ? instead of lower orders.
The text was updated successfully, but these errors were encountered: