← projects

tools · sub-star

valo_scout

valorant match analyzer with a hand-written heapsort.



readme

A Valorant match analyzer that scores matches on combat and utility and renders the top five in the terminal. The sorting is a custom Heapsort rather than a library call, because the project was as much about sort mechanics and terminal UI as about the stats it surfaces.

artifact

heapsort · building heap

not simulated: an actual heapsort, replayed swap by swap.

signal log

built with

PythonRich

view repository →