Links
Comment on page

Report 11.02.2022

What has been done:
  1. 1.
    API Server:
    1. 1.
      Generation of json with information about the tank by its token_id;
    2. 2.
      Connecting to the game server via http;
    3. 3.
      Autotests of game API related to matchmaking;
  2. 2.
    Game Server:
    1. 1.
      API gateway for connecting the main API server;
    2. 2.
      API gateway web server tests;
    3. 3.
      API gateway logic tests;
    4. 4.
      Updated the logic of the game server associated with the display of bonuses during the match;
    5. 5.
      Debugging work;
  3. 3.
    Unity:
    1. 1.
      Developed bonus "Jump";
    2. 2.
      Developed bonus "Bomb";
    3. 3.
      Integrated animation for the “Bomb” bonus;
    4. 4.
      Integrated animation for the “Invulnerability” bonus;
    5. 5.
      Integrated localization plugin and rendered all available text keys; Debugging and code refactoring;