Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 984 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 984 Bytes

Vainglory University

Purpose

This project creates a website that analyzes Vainglory matches. It compares how a player did against archived data from other players in the same role and skill tier, and offers advice on how the player can do better.

To do so, it implements robot advice-givers, who take on the personae of the various heroes in the game, and offer advice fitting to that hero. (For instance, cheery Petal gives encouraging advice, while dark Krul likes to focus on your fatal errors.)

This has become an entry for the API Challenge, and you can see it live online here.

Plans

My plans for what to add next are listed here.

Dislcaimer

This repository does not evidence good coding style. It was done as a sprint in about a week. Some of it is ugly and could be done a lot more robustly, readably, and maintainably if I had chosen to give it more time. I didn't.