Monopolka

Monopolka Trade update - Bug fix

Version
Trade update - Bug fix
Version Date
Oct. 26, 2017
Links

Patch Notes

Trade update - Bug fix

For the week the following was corrected:
  • Fixed a bug of imaginary move when the player visited his company.
  • Added test of enterprises for a monopoly after committing a trade.
  • After the start of a new round, the timer now shows the player who must walk.
  • Fixed bug when the company in trade lined up in a triangle.
  • The player's indicator now shows the total cost of the player's possessions.
  • Fixed bug when it was possible to accidentally press the main buttons during trading.
  • Now the completion of the input of money using the buttons "enter" and "space" in the trade is working properly.
  • Corrected the font. "-" and "6".
  • Improved display of a rectangular frame.

The next update will fix the network work.
At the moment the problem in the logic of information transfer.
All calculations are made on the server and the client only sends commands and waits for an answer. This expectation is a visible delay to the player.
To fix this, I need to change the logic of the game. It is necessary to make all the teams do according to the principle "the customer is always right". This means that when a client commits an action, it is immediately processed by it without waiting for an answer from the server, and the server only checks that the processing of the client corresponds to the rules of the game.

I think that I will rework the network by the end of November.