Skip to content

nnathane/VEC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VEC

Valorant Elo Calculator

Queries custom match data from RIOT API through private license. Parses Win/Loss and Average Combat Score(ACS) to calculate Elo(https://en.wikipedia.org/wiki/Elo_rating_system) relative to other players in matchmaking. Allows user to create 'fair' teams based on relative ranking.

Elo Calculation

Additional Features

  • Player Stats(Economy(ECO), Average Combat Score(ACS), Kills/Deaths, Wins/Losses(Winrate %) and Games Played)
  • 'Fair' Matchmaking

Dev Environment Quick Start Guide

git clone https://github.com/nnathane/VEC.git
cd VEC
npm install
npm run dev (hosted on --> localhost:25565)