Skip to content

Track your SR progress in Overwatch and analyze it. Runs on GitHub Pages and uses localStorage.

License

Notifications You must be signed in to change notification settings

H0rn0chse/OverwatchWebApp

Repository files navigation

OverwatchWebApp

A Web App using local Storage to track SR progress in Overwatch and evaluate it


Usage

Generally you declare your placements via Win, Loss and Draw with a SR of 0. For the last placement game enter your final placement SR. Afterwards games are declared via default.

  • default: evaluates based on the games before whether this game is a win loose or draw. This is used after the placements are done.
  • Win: Declares this game as a win regardless of its sr diff to the last game. This is used for the placement matches.
  • Loss: Declares this game as a loss regardless of its sr diff to the last game. This is used for the placement matches.
  • Draw: Declares this game as a draw regardless of its sr diff to the last game. This is used for the placement matches.
  • noCount: This match is ignored in the stats. This is used for sr penalties or corrections.

Libraries