Links

Report 21.01.2022

What has been done:
  1. 1.
    Game server:
    1. 1.
      Implemented a simplified logic for the operation of rooms that users can connect to for an online game;
    2. 2.
      Creation of many rooms with isolated players;
    3. 3.
      Assembly automation;
    4. 4.
      Ability to collect statistics through Prometheus;
  2. 2.
    Connecting players to the room;
  3. 3.
    Implemented the basic logic of the game rules and the game timer;
  4. 4.
    Redesigned authorization screen;
  5. 5.
    Redesigned main menu screen;
  6. 6.
    Redesigned settings screen;
  7. 7.
    Redesigned game search screen;
  8. 8.
    Redesigned hangar screen;
  9. 9.
    Redesigned top panel;
  10. 10.
    Redesigned combat interface;
  11. 11.
    Redesigned modal windows;
  12. 12.
    Code refactoring;
  13. 13.
    Connecting information in the hangar to server data;
  14. 14.
    Automation of specifying the address of the API server for various assemblies;
  15. 15.
    API server:
    1. 1.
      Localization of test UI for tank generation;
    2. 2.
      API documentation;
    3. 3.
      Changing the logic and structure of the generation/pumping of tanks;
    4. 4.
      Admin-API changes.