Combat Report Visualization

    This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

    • Combat Report Visualization

      Hello.

      I tried working on combat visualizations to make the combat system more dynamic.

      It is currently working well, and I am monitoring its progress to ensure there are no errors.

      I inserted the combat visualizations at the top, and the combat logs are displayed below as before. I have set it to hide/show so you can view them at any time.


      Video attached..
      Files
      --------------------------------------------------------------------------------------

      The post was edited 1 time, last by noonn ().

    • The structure is such that the server only provides the battle results (data) and accepts the values from the existing battle report, while the actual movements are rendered in real-time by the user's browser.

      Since this method involves the browser receiving text data (battle results) and rendering it, it is a highly efficient structure.

      I visualized this because it is a method where you input the number of units in each round and the value of the next round shows the numbers naturally decreasing.

      Existing Hall of Fame reports are also applied immediately, and visualizations are applied well.
      --------------------------------------------------------------------------------------

      The post was edited 2 times, last by noonn ().