✅Report 10.06.2022
What has been done:
Lobby Server:
The resilience property has been added to the tank;
The API has added the ability to request tanks by their token_id;
Debugging work;
Game Server/Client:
Added animation of the appearance/disappearance/taking of bonuses on the map;
The game engine internals were refactored: pools of many objects are used (reduces jitting from garbage collection and from frequent creation of new objects);
Miscalculation of interaction between game objects/files occurs less frequently and faster;
Debugging work;
Last updated