Links
Comment on page

Report 28.01.2022

What has been done:

  1. 1.
    Misc.
    1. 1.
      Preparing a demo assembly;
    2. 2.
      Redesigned hangar screen;
    3. 3.
      Updated fonts in all sections of the game menu;
    4. 4.
      Redesigned startup screen;
    5. 5.
      Updated logic of scroll bars;
    6. 6.
      Updated game camera logic to work with seamless textures;
    7. 7.
      Implemented the logic of the characteristics of tanks from the side of Unity;
    8. 8.
      Connected the logic of the game interface (timer, damage, HP);
    9. 9.
      Implemented the logic of distribution of players by rooms when the limit of 6 people is reached;
    10. 10.
      Debugging work with the game interface (layout for different resolutions and screen formats);
    11. 11.
      Refactoring code on the game scene;
  2. 2.
    API server:
    1. 1.
      Player rating;
    2. 2.
      Rating table;
    3. 3.
      A generalized algorithm for creating rooms, taking into account the limitations of the boundaries of each room and the individual parameters of the players.
  3. 3.
    Game server:
    1. 1.
      Web server with the following functionality: viewing logs and build versions.